brangerbriz / liBB.js

A JavaScript library/framework for creating interactive && generative apps + installations in/out of the browser
http://libb.brangerbriz.com/
GNU General Public License v3.0
1 stars 2 forks source link

BB.AudioSequencer update issue #39

Open nbriz opened 8 years ago

nbriz commented 8 years ago

at the moment u have to check if it's playing when updating ( otherwise it bugs out ) ie:

if(timeline.isPlaying) timeline.update();

why'd i do that... that was stupid, i gotta fix that