(Japanese / English)

ポリフォニックキープレッシャー

フォーマット

$A[チャンネル] [音名] [圧力]
項目 形式
チャンネル 16進数(4ビット) 0, 1, 2, ... A, B, ... F, (x)
音名 音名 C-1, C#-1, Db-1, D-1, ... C0, ... F#9, Gb9, G9
圧力 10進数 0, 1, 2, ... 127

記述例

;; 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    
      40 : $A0 G4    0            ;ch=0, note=G4, pres=0
      80 : $A0 G4  127            ;ch=0, note=G4, pres=127
     120 : $A0 G4    0            ;ch=0, note=G4, pres=0
   4   0 : $91 A4  127   480  60
     +40 : $Ax A4    0            ;ch=1, note=A4, pres=0
     +40 : $Ax A4   64            ;ch=1, note=A4, pres=64
     +40 : $Ax A4    0            ;ch=1, note=A4, pres=0
 3 1   0 : $FF $2F $00


Back