AL: keep old constant to avoid breaking user code

This commit is contained in:
Josh Tynjala
2025-02-24 15:36:36 -08:00
parent be461754a3
commit ebab7dd2c2

View File

@@ -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;