abudaan / heartbeat

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

song.addEventListener() doesn't work anymore after rewinding or looping #2

Closed abudaan closed 9 years ago

abudaan commented 9 years ago

1) add event listener to a specific position, for instance song.addEventListener("position", "ticks=1920") 2) play song -> an event is dispatched at tick 1920 3) rewind song to start 4) play song again -> no event is dispatched at tick 1920