Anyone using tonejs? I’m using cljsjs (https://github.com/cljsjs/packages/tree/master/tonejs) and the example from github throws this error:
#object[TypeError TypeError: Failed to set the 'value' property on 'AudioParam': The provided float value is non-finite.]
I am familiar with webaudio api and think that somewhere in the code setValueAtTime is being set to 0 instead of 0.01… But I’m not sure how to debug.