Thomas Tortorini

Results 3 issues of 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) : ![screenshot](http://www.lazlowmusic.com/wp-content/uploads/2017/01/wavetables-serum.jpg)

investigation

Hi :) In ReactDom we can find: ``` javascript function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) { if (topLevelType === TOP_INPUT || topLevelType === TOP_CHANGE) { return getInstIfValueChanged(targetInst); } } ``` Why not adding...

Status: Unconfirmed