Kotlin desktop application that provides communication between Percusoid android app and any MIDI input software
As you can see I'm a god of design:
I hope you are okay after you've just seen
- This application uses JavaOSC library to make a connection with Percusoid Android app.
- For converting OSC messages to MIDI has been used modified The MidiBus
If you want to make application that serves as MIDI output you need a virtual MIDI port. For that purpose I've used LoopMIDI
For now there is hardcoded name for the virtual MIDI port - Virtual MIDI Bus
.
Thus you have to create a virtual midi port with the exact same name.
General instructions of using the Android app and this desktop app can be found here
TODO:
- Midi output name configuration in GUI