squarefeet / audio.io-old

A (possibly overkill) web audio and MIDI helper library
https://github.com/squarefeet/audio.io
6 stars 2 forks source link

Modulation sources (LFOs, envelopes, etc.) need to receive events when a source is connected #5

Open squarefeet opened 11 years ago

squarefeet commented 11 years ago

Example:

When a noteOn event is fired on Oscillator, a new MonoOscillator instance is created. The current mod "pattern" doesn't pick up on these new oscs and so pitch won't be modulated.