Methods
-
static getEffectParameters(effectType) → {Array.<EffectParameter>}
-
Returns a list of effect-specific EffectParameters for manipulation in the corresponding EffectType.
Note that the
effectTypeparameter must be the numeric value associated with a certain EffectType, not a string-based key.Parameters:
Name Type Description effectTypenumber EffectType for which to return a parameter list
-
async, static loadEffect(audioContext, effectName, effectType) → {Promise.<Effect>}
-
Loads a pre-defined Effect capable of being applied to an individual Track or to the aggregate output of all tracks.
Parameters:
Name Type Description audioContextAudioContext Reference to the global browser AudioContext
effectNamestring User-defined name to assign to the newly loaded effect
effectTypenumber Numeric value corresponding to the desired EffectType
- See: