android-midi-lib
android-midi-lib copied to clipboard
How to change the Instrument?
The same as title, thank you.
Sorry, I don't understand what "the same as title" means. If anyone could help that would be amazing. thanks
I found this code from a project that uses android-midi-lib :
https://github.com/kszr/MIDI-Player-App/blob/1094dfcaf8c1455fa48ad4f7304e33d6bbcccb0e/app/src/main/java/com/kszr/midiplayer/util/MidiOperations.java
You can use it just like this :
MidiOperations.changeProgram(midiFile, instrument)
where instrument is the midi number (e.g 27 for clean guitar, for more information : http://fmslogo.sourceforge.net/manual/midi-instrument.html)