different volume per channel
I have some midis with different volumes in each channel, but when I play the midi with MIDI.js all the channel volumen is the same.
What can I do?
Thx.
The thing is, I play a MIDI with Media Player Classic, and it detects different channel volumes, but when the MIDI is play by the MIDI.js, it plays all channels with the same volume (127).
What I need is to detect the original channels and their volumes, and then set with MIDI.setVolume(channelId, volume);
anyone?
I don't know what's going on...
@mudcube Any thoughts?
No luck.
@Luddinus do you solved this? I need some help with this too..
solved in this pull request:
https://github.com/mudcube/MIDI.js/pull/211