This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~~ Tempo ~~ | |
- Conversion from cycles per second to bpm | |
bpm x a = cps (x/120/a) | |
a = 1 => | |
a = 2 => | |
- Basic Tempo Markings | |
Lento = 40-60 bpm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Input midi data | |
e.g | |
(missing first note data -- C4, E4) | |
120 On ch=1 n=67 v=64 -- G4 on | |
180 Off ch=1 n=67 v=44 -- G4 off | |
180 On ch=1 n=72 v=64 --- C5 on | |
240 Off ch=1 n=72 v=77 -- C5 off | |
240 On ch=1 n=76 v=64 -- E5 on | |
300 Off ch=1 n=76 v=52 -- E5 off |
NewerOlder