Enable Android-midi-lib Channels
I have downloaded https://code.google.com/p/android-midi-lib/ in an attempt to play solid strings sounds for long durations. I would like to understand how to use MIDI channels ot
Solution 1:
In MIDI, channels are not identical with instruments.
Each channel can be configured with its own instrument.
To do this, send a ProgramChange
message to that channel.
Post a Comment for "Enable Android-midi-lib Channels"