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:
Veikko Sariola
2020-12-06 01:35:54 +02:00
parent e1e8d8cae3
commit 1b1a4af5ea
92 changed files with 307 additions and 302 deletions

View File

@ -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
@ -32,4 +32,4 @@ BEGIN_DELTIMES
DELTIME 1618
END_DELTIMES
%include "sointu/footer.inc"
END_SONG