MIDI.js
MIDI.js copied to clipboard
Volume should be channel independant
Hello,
Thank you MIDIjs which is a good and simple to use library.
MIDI.plugin.js setVolume function should be channel specific. It already accept channel as an argument but does nothing with this. I guess a good way to solve this would be to use a masterVolume and an array of volume by channel.
This functionnality could be very usefull to start produce mixing table using js ;) Bye
Is this exist?