(Japanese / English)

Note On

Format

$9[channel] [note] [velocity] [duration] [off-velocity]
Data Type Value
channel nibble 0, 1, 2, ... A, B, ... F, (x)
note pitch name C-1, C#-1, Db-1, D-1, ... C0, ... F#9, Gb9, G9
velocity decimal 0, 1, 2, ... 127
duration decimal 0, 1, 2, ...
off-velocity decimal 0, 1, 2, ... 127

Example

;; TPQN   : 480

;=== Track 000 ===================
 0 1   0 : $FF $51 $03 $07A120
         : $FF $58 $04 $04021808
         : $FF $2F $00

;=== Track 001 ===================
 0 1   0 : $C0   0
   3   0 : $90 G4  127   480  60  ;ch=0, note=G4, vel=127, dur=480, off-vel=60
   4   0 : $91 A4  127   480      ;ch=1, note=A4, vel=127, dur=480, off-vel=0
 1 1   0 : $9x Bb4  64            ;ch=1, note=Bb4, vel=64
     480 : $9x Bb4   0            ;ch=1, note=Bb4, vel=0
   2   0 : $9x C-1 127   480  60  ;ch=1, note=C-1, vel=127, dur=480, off-vel=60
   3   0 : $9x C-  127   480  60  ;ch=1, note=C-1, vel=127, dur=480, off-vel=60
 3 1   0 : $FF $2F $00


Back