You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
Currently the "custom" shape on Oscillators is pretty useless, since a new Oscillator is created for each note playback in lib/Oscillator#_source and there is no place to hook in to call setPeriodicWave on the actual oscillator node.
So there needs to be some kind of hook there, allowing an Oscillator class instance to define a callback to generate the periodic wave, if the shape is custom.
Currently the "custom" shape on Oscillators is pretty useless, since a new Oscillator is created for each note playback in
lib/Oscillator#_source
and there is no place to hook in to callsetPeriodicWave
on the actual oscillator node.So there needs to be some kind of hook there, allowing an Oscillator class instance to define a callback to generate the periodic wave, if the shape is custom.
The text was updated successfully, but these errors were encountered: