Fix typo on EFFECT_AUTOWAH

This commit is contained in:
Ralty
2024-07-21 17:43:25 +07:00
committed by Josh Tynjala
parent b8435aa894
commit be461754a3

View File

@@ -203,7 +203,7 @@ class AL
public static inline var EFFECT_VOCAL_MORPHER:Int = 0x0007; public static inline var EFFECT_VOCAL_MORPHER:Int = 0x0007;
public static inline var EFFECT_PITCH_SHIFTER:Int = 0x0008; public static inline var EFFECT_PITCH_SHIFTER:Int = 0x0008;
public static inline var EFFECT_RING_MODULATOR:Int = 0x0009; 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_COMPRESSOR:Int = 0x000B;
public static inline var EFFECT_EQUALIZER:Int = 0x000C; public static inline var EFFECT_EQUALIZER:Int = 0x000C;
/* Auxiliary Effect Slot properties. */ /* Auxiliary Effect Slot properties. */