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

Bug track name with multiple words #10

Closed xavierfav closed 6 years ago

xavierfav commented 6 years ago

I tried to add a track with the name "open hihat" while having another tracked named "hihat". The pads of the "open hihat" track were interfering with the "hihat" track.

Maybe the way that the pads are changed in the server sequencer state is not the right one. We should check that!

xavierfav commented 6 years ago

This is solved by using integer index instead of name of accessing tracks #23.