(Japanese / English)

Note Off

Format

$8[channel] [note] [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

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 : $80 G4  127            ;ch=0, note=G4, vel=127
   4 0 : $81 A4   64            ;ch=1, note=A4, vel=64
 1 1 0 : $8x B4    0            ;ch=1, note=B4, vel=0
 3 1 0 : $FF $2F $00


Back