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

Add gain on each track #30

Closed xavierfav closed 6 years ago

xavierfav commented 6 years ago

Currently the gain on each track cannot be changed. The volume is the one of the clip loaded from Freesound. It is a bit limiting, so it would be very nice to have a gain knob for each track.

With the Web Audio API, we have to insert a GainNode in the playNote function. A GainNode needs to be created for each track.

For the interface, it would be nice to have a knob in the line of each track. If think between the pads and the delete button.