cwilso / Audio-Input-Effects

Live input Web Audio effects
https://cwilso.github.io/Audio-Input-Effects/
MIT License
546 stars 187 forks source link

Fixes oscillator types. #9

Closed alemangui closed 9 years ago

alemangui commented 9 years ago

Currently, the error "The provided value 'undefined' is not a valid enum value of interface OscillatorType" is happening due to the use of enums like osc.SINE.

The oscillator node type should be a string (https://developer.mozilla.org/en-US/docs/Web/API/OscillatorNode/type)

cwilso commented 9 years ago

Eek! Thanks!