mirror of
				https://github.com/vsariola/sointu.git
				synced 2025-10-31 07:54:26 -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:
		| @ -14,7 +14,7 @@ BEGIN_PATCH | ||||
|     BEGIN_INSTRUMENT VOICES(1) ; Instrument0 | ||||
|         SU_ENVELOPE MONO, ATTACK(32),DECAY(32),SUSTAIN(64),RELEASE(64),GAIN(128) | ||||
|         SU_ENVELOPE MONO, ATTACK(32),DECAY(32),SUSTAIN(64),RELEASE(64),GAIN(128) | ||||
|         SU_OSCILLAT STEREO, TRANSPOSE(64),DETUNE(32),PHASE(0),COLOR(96),SHAPE(64),GAIN(128),TYPE(SINE),LFO(0),UNISON(0) | ||||
|         SU_OSCILLATOR STEREO, TRANSPOSE(64),DETUNE(32),PHASE(0),COLOR(96),SHAPE(64),GAIN(128),TYPE(SINE),LFO(0),UNISON(0) | ||||
|         SU_MULP     STEREO | ||||
|         SU_OUT      STEREO, GAIN(128) | ||||
|     END_INSTRUMENT | ||||
|  | ||||
		Reference in New Issue
	
	Block a user