Multitrack Web Audio editor and player with canvas waveform preview. Set cues, fades and shift multiple tracks in time. Record audio tracks or provide audio annotations. Export your mix to AudioBuffer or WAV! Add effects from Tone.js. Project inspired by Audacity.
Hi, thanks for the awesome lib, it's very helpful.
I'd like to ask if it is possible to programmatically shift a single track.
f.e. : i have 3 tracks with different durations and i want to move one at the end (after the track with the maximum endTime), i can calculate it but if i change the tracks array inside the playlist object it does not update the UI.
How can i achieve this?
Hi, thanks for the awesome lib, it's very helpful.
I'd like to ask if it is possible to programmatically shift a single track. f.e. : i have 3 tracks with different durations and i want to move one at the end (after the track with the maximum endTime), i can calculate it but if i change the tracks array inside the playlist object it does not update the UI. How can i achieve this?
Thanks