jsakas / Subtractor

A WebAudio API Synth
https://subtractor.netlify.app
MIT License
9 stars 1 forks source link

Make osc notify active note oscs of changes #81

Closed jsakas closed 5 years ago

jsakas commented 5 years ago

If the second param to the Osc constructor is another Osc instance, make the newly created Osc an observer of the parent Osc, and notify if on change.

Closes https://github.com/jsakas/Subtractor/issues/60