kylestetz/lissajous

Stop a track

mhdaouas opened this issue · 2 comments

How do we stop a playing track? t.stop() is not working for me, I get: Uncaught TypeError: t.stop is not a function(…).

OK, I found a workaround with t.beat(0).

You got it— calling beat() with no arguments is the accepted way to do this. If you haven't checked it out yet, there's a comprehensive tutorial that will help you get the most out of lissajous. Thanks for checking out the project!