Pierre

Results 2 comments of Pierre

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...

I've got the same issue. ``` 0 1 2 3 4 5 6 7 8 9 ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 54677) Traceback (most recent call...