User Tools

Site Tools


music_file_format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
music_file_format [2026/02/02 13:33] appledogmusic_file_format [2026/02/02 13:35] (current) appledog
Line 146: Line 146:
     .byte $00, $31, $00     ; Ch0, Note On, C4, Inst 0     .byte $00, $31, $00     ; Ch0, Note On, C4, Inst 0
     .byte $40, $19, $01     ; Ch1, Note On, C3, Inst 1 (bass)     .byte $40, $19, $01     ; Ch1, Note On, C3, Inst 1 (bass)
-    .byte $00               ; End of row+    .byte $FF               ; End of row
  
     ; Row 1: Channel 0 plays E4     ; Row 1: Channel 0 plays E4
     .byte $00, $35, $00     ; Ch0, Note On, E4, Inst 0     .byte $00, $35, $00     ; Ch0, Note On, E4, Inst 0
-    .byte $00               ; End of row+    .byte $FF               ; End of row
  
     ; Row 2: Channel 0 plays G4     ; Row 2: Channel 0 plays G4
     .byte $00, $38, $00     ; Ch0, Note On, G4, Inst 0     .byte $00, $38, $00     ; Ch0, Note On, G4, Inst 0
-    .byte $00               ; End of row+    .byte $FF               ; End of row
  
     ; Row 3: Channel 0 plays C5     ; Row 3: Channel 0 plays C5
     .byte $00, $3D, $00     ; Ch0, Note On, C5, Inst 0     .byte $00, $3D, $00     ; Ch0, Note On, C5, Inst 0
-    .byte $00               ; End of row+    .byte $FF               ; End of row
  
     .byte $FF               ; End of pattern     .byte $FF               ; End of pattern
Line 166: Line 166:
     .byte $10               ; Ch0, Note Off     .byte $10               ; Ch0, Note Off
     .byte $40, $14, $01     ; Ch1, Note On, G2, Inst 1     .byte $40, $14, $01     ; Ch1, Note On, G2, Inst 1
-    .byte $00               ; End of row+    .byte $FF               ; End of row
  
     ; Row 1: Channel 0 plays G4     ; Row 1: Channel 0 plays G4
     .byte $00, $38, $00     ; Ch0, Note On, G4, Inst 0     .byte $00, $38, $00     ; Ch0, Note On, G4, Inst 0
-    .byte $00               ; End of row+    .byte $FF               ; End of row
  
     ; Row 2: Channel 0 plays B4     ; Row 2: Channel 0 plays B4
     .byte $00, $3C, $00     ; Ch0, Note On, B4, Inst 0     .byte $00, $3C, $00     ; Ch0, Note On, B4, Inst 0
-    .byte $00               ; End of row+    .byte $FF               ; End of row
  
     ; Row 3: Channel 0 plays D5     ; Row 3: Channel 0 plays D5
     .byte $00, $3F, $00     ; Ch0, Note On, D5, Inst 0     .byte $00, $3F, $00     ; Ch0, Note On, D5, Inst 0
-    .byte $00               ; End of row+    .byte $FF               ; End of row
  
     .byte $FF               ; End of pattern     .byte $FF               ; End of pattern
music_file_format.txt · Last modified: by appledog

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki