mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-22 15:04:36 -04:00
refactor(asmformat): .asm starts and stops with BEGIN_SONG and END_SONG which define all the magic defines and BPMs.
Now, every setting is visible to the user, so no need to guess magic defines.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
%define BPM 100
|
||||
|
||||
%include "sointu/header.inc"
|
||||
|
||||
BEGIN_SONG BPM(100),OUTPUT_16BIT(0),CLIP_OUTPUT(0),DELAY_MODULATION(0)
|
||||
|
||||
BEGIN_PATTERNS
|
||||
PATTERN 64,0,68,0,32,0,0,0,75,0,78,0,0,0,0,0
|
||||
END_PATTERNS
|
||||
@ -25,4 +25,4 @@ BEGIN_DELTIMES
|
||||
DELTIME 11025
|
||||
END_DELTIMES
|
||||
|
||||
%include "sointu/footer.inc"
|
||||
END_SONG
|
||||
|
Reference in New Issue
Block a user