AL: keep old constant to avoid breaking user code
This commit is contained in:
@@ -203,6 +203,7 @@ class AL
|
||||
public static inline var EFFECT_VOCAL_MORPHER:Int = 0x0007;
|
||||
public static inline var EFFECT_PITCH_SHIFTER:Int = 0x0008;
|
||||
public static inline var EFFECT_RING_MODULATOR:Int = 0x0009;
|
||||
public static inline var FFECT_AUTOWAH:Int = 0x000A; // TODO: deprecate and remove
|
||||
public static inline var EFFECT_AUTOWAH:Int = 0x000A;
|
||||
public static inline var EFFECT_COMPRESSOR:Int = 0x000B;
|
||||
public static inline var EFFECT_EQUALIZER:Int = 0x000C;
|
||||
|
||||
Reference in New Issue
Block a user