Thomas Tortorini
Thomas Tortorini
The related issue on the webaudio's repo https://github.com/WebAudio/web-audio-api/issues/1647 Here a screenshot of the Serum's wavetable feature to explain what is it (there are 6 wavetables below) : 
Hi :) In ReactDom we can find: ``` javascript function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { if (topLevelType === TOP_INPUT || topLevelType === TOP_CHANGE) { return getInstIfValueChanged(targetInst); } } ``` Why not adding...