SoundCipher - controlling volume of individual midi track
in
Contributed Library Questions
•
3 years ago
Hey everybody,
A simple problem has me stumped. Been tinkering with the SoundCipher lib http://soundcipher.org
Does anybody know how to control the volume of an individual midi track?
Found a reference to volume control in this tutorial:
http://soundcipher.org/tutes/midi_message_send/midi_message_send_tute.html
sc2.sendMidi(sc.CONTROL_CHANGE, 0, 7, mouseX);
but struggling to get any result in my code.
many thanks,
S
2