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.tremolo not working

Shihpin opened this issue · comments

You get "TypeError: undefined is not a function" when running from console

Fixed- Just needed to update tuna.js to the latest version, which has updated Web Audio API calls (in this case createGainNode changed to createGain, etc.).