EZ Web Audio / ExternalEffect
Interface: ExternalEffect
Defined in: effects/effect-wrapper.ts:9
Minimal interface for external effects that can be wrapped. Any effect with a connect() method can be wrapped to provide bypass/mix controls.
Properties
connect()
connect: (
destination) =>void
Defined in: effects/effect-wrapper.ts:14
Connect the effect's output to a destination node. This is the minimum requirement for wrapping an external effect.
Parameters
destination
AudioNode
Returns
void