User:Contribution/Chanopif Project: Difference between revisions
Contribution (talk | contribs) No edit summary |
Contribution (talk | contribs) No edit summary |
||
Line 47: | Line 47: | ||
<code>16 7F 7F.VVVVV</code> | <code>16 7F 7F.VVVVV</code> | ||
16 = MIDI channel 16 | |||
7F = MIDI note number in hex (127 in decimal) | |||
7F.VVVVV : pitch part in hex = 7F (127 in decimal), fractional part in base 32 = VVVVV (33554431 in decimal) | |||
Purpose and Implementation | Purpose and Implementation |