kylestetz / lissajous

:musical_note: A tool for programmatic audio performance in the browser using Javascript.

Home Page:http://lissajousjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

track.type(3) error

RonMoofie opened this issue · comments

track.type(0),(1), and (2) all work fine but type (3) returns:

"The provided value 'saw' is not a valid enum value of type OscillatorType."

Good catch! Fixed.