abudaan / heartbeat

a javascript MIDI/Audio sequencer for your browser
http://abudaan.github.io/heartbeat/
120 stars 20 forks source link

Reset track error #5

Closed TimVen closed 9 years ago

TimVen commented 9 years ago

Function Track.prototype.reset - around line 19709

this.audio.setSong(null); causes error

temp fix

if(this.audio){ this.audio.setSong(null); }

abudaan commented 9 years ago

Thanks! Will be fixed in next version