Rename all SU_BEGIN_* macros into BEGIN_*; there's no real risk of nameclash and makes the code more readable.

This commit is contained in:
Veikko Sariola
2020-05-26 17:45:37 +03:00
parent efc6db71ab
commit 91b8912015
92 changed files with 757 additions and 757 deletions

View File

@ -2,18 +2,18 @@
%include "../src/sointu.inc"
SU_BEGIN_PATTERNS
BEGIN_PATTERNS
PATTERN 64, 0, 68, 0, 32, 0, 0, 0, 75, 0, 78, 0, 0, 0, 0, 0,
SU_END_PATTERNS
END_PATTERNS
; %define SU_USE_UNDENORMALIZE ; // removing this skips denormalization code in the units
SU_BEGIN_TRACKS
BEGIN_TRACKS
TRACK VOICES(1),0
SU_END_TRACKS
END_TRACKS
SU_BEGIN_PATCH
SU_BEGIN_INSTRUMENT VOICES(1) ; Instrument0
BEGIN_PATCH
BEGIN_INSTRUMENT VOICES(1) ; Instrument0
SU_ENVELOPE MONO,ATTAC(0),DECAY(0),SUSTAIN(96),RELEASE(96),GAIN(128)
SU_ENVELOPE MONO,ATTAC(0),DECAY(48),SUSTAIN(0),RELEASE(0),GAIN(128)
SU_OSCILLAT MONO,TRANSPOSE(64),DETUNE(64),PHASE(0),COLOR(64),SHAPE(127),GAIN(64),FLAGS(SINE)
@ -24,11 +24,11 @@ SU_BEGIN_PATCH
SU_MULP MONO
SU_PAN MONO,PANNING(64)
SU_OUT STEREO,GAIN(128)
SU_END_INSTRUMENT
SU_END_PATCH
END_INSTRUMENT
END_PATCH
SU_BEGIN_DELTIMES
BEGIN_DELTIMES
DELTIME 10787
SU_END_DELTIMES
END_DELTIMES
%include "../src/sointu.asm"