Web-Multi-Media / multi-web-audio-sequencer

Web collaborative step sequencer
https://labs.freesound.org/sequencer
GNU General Public License v3.0
10 stars 2 forks source link

Re-write sequencer state & use track index as ID - Iss18 #23

Closed xavierfav closed 6 years ago

xavierfav commented 6 years ago

This PR implements what is explained in #18. Now the tracks are retrieved my using their index in the instruments section.

Moreover, the actions create new track and delete track are send to the server before taking effect in order to sync orders of tracks between clients.