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 for Gain LFO and LFO Filter #13

Closed alemangui closed 9 years ago

alemangui commented 9 years ago

Hello,

This PR fixes the warning The provided value <int> is not a valid enum value of type OscillatorType. when changing the wave type on Gain LFO and LFO Filter. It used to get a numeric value from a select instead of the valid oscillator type strings.

Cheers!