mkv

dynamic tempo in ft

mkv
Aug 1st, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. This is assuming a native tempo
  2. (150 bpm).
  3.  
  4. nes audio is rendered at 60hz, so
  5. one tick is 1/60 second. Speed 1
  6. (F01) means 1 tick per line, F02
  7. is 1/30 second, F03 1/15 and so on.
  8.  
  9. Here's a list of the durations of
  10. the first couple notes (selecting
  11. each note by itself in audacity):
  12.  
  13. 60*0.660 = 39.60 = F28 = F1F + F09
  14. 60*0.466 = 27.96 = F1C
  15. 60*0.402 = 24.12 = F18
  16. 60*0.378 = 22.68 = F17
  17. 60*0.371 = 22.26 = F16
  18. 60*0.376 = 22.56 = F17
  19. 60*0.438 = 26.28 = F1A
  20. 60*0.704 = 42.24 = F2A = F1F + F0B
  21.  
  22. Speed only goes to 31 (0x1F) so
  23. any longer notes will have to be
  24. split across multiple lines.
Advertisement
Add Comment
Please, Sign In to add comment