davidrop

Results 3 issues of davidrop

Instead of load the waveform on the #waveform dom object, you can easly change the constructor of your app to refer to a DOM id 2 change required: function definition...

it's very simple to add this new method, just add a few line var definition add: this.ispaused = true; this.play function add: this.ispaused = false; this.resumec function add: this.ispaused =...

Hi, the only way i found to load a new track after the object is builded is to set again the object var, the destroy(method) seams don't work var scplayer1obj...