mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
refactor(asm&go4k): Rename OSCILLAT and COMPRES macros to OSCILLATOR and COMPRESS.
Now the macro names correspond 1 - 1 to the unit names in go-side, allowing easier parsing.
This commit is contained in:
@ -16,7 +16,7 @@ BEGIN_PATCH
|
||||
SU_DISTORT MONO,DRIVE(32)
|
||||
SU_ENVELOPE MONO, ATTACK(64),DECAY(64),SUSTAIN(64),RELEASE(80),GAIN(128)
|
||||
SU_DISTORT MONO, DRIVE(96)
|
||||
SU_OSCILLAT MONO,TRANSPOSE(70),DETUNE(64),PHASE(64),COLOR(128),SHAPE(64),GAIN(128),TYPE(SINE),LFO(1),UNISON(0)
|
||||
SU_OSCILLATOR MONO,TRANSPOSE(70),DETUNE(64),PHASE(64),COLOR(128),SHAPE(64),GAIN(128),TYPE(SINE),LFO(1),UNISON(0)
|
||||
SU_SEND MONO,AMOUNT(68),UNIT(1),PORT(0),SENDPOP(0)
|
||||
SU_SEND MONO,AMOUNT(68),UNIT(3),PORT(0),SENDPOP(1)
|
||||
SU_OUT STEREO,GAIN(128)
|
||||
|
Reference in New Issue
Block a user