scratch-audio/src/effects
Michael "Z" Goddard d40564d61a make EffectChain standalone
- EffectChain knows of audioEngine so it can create Effects
- EffectChain connects to the target specified by .connect(target)
- EffectChain can connect to other Effects or EffectChains
- EffectChain can clone itself and connect to the original's target
- Add EffectChain.update to mirror Effects API
- Use deepest setting first in setEffectsFromTarget
2018-06-21 16:56:10 -04:00
..
Effect.js First Draft SoundBank + EffectChain 2018-06-21 16:56:10 -04:00
EffectChain.js make EffectChain standalone 2018-06-21 16:56:10 -04:00
PanEffect.js First Draft SoundBank + EffectChain 2018-06-21 16:56:10 -04:00
PitchEffect.js First Draft SoundBank + EffectChain 2018-06-21 16:56:10 -04:00
VolumeEffect.js First Draft SoundBank + EffectChain 2018-06-21 16:56:10 -04:00