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
16 = MIDI channel 16
    8F = MIDI note number in hex (143 in decimal)
7F = MIDI note number in hex (127 in decimal)
    8F.VVVVV = 7-bit pitch = 8F (in hex), fractional part = VVVVV (in base 32)
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