Fix typo on EFFECT_AUTOWAH
This commit is contained in:
@@ -203,7 +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;
|
||||
public static inline var EFFECT_AUTOWAH:Int = 0x000A;
|
||||
public static inline var EFFECT_COMPRESSOR:Int = 0x000B;
|
||||
public static inline var EFFECT_EQUALIZER:Int = 0x000C;
|
||||
/* Auxiliary Effect Slot properties. */
|
||||
|
||||
Reference in New Issue
Block a user