Double click the executable to run it
In the root folder there is a standalone executable called MidiConnectLinux
Using a terminal, give it execution permissions then run it.
chmod +x MidiConnectLinux
./MidiConnectLinux
System Preferences -> Security & Privacy -> Privacy (tab) -> Accessibility (section).
Find and make sure that **terminal** has a check(If you don't do this step correctly, then the program won't be able to send any keys to Roblox)
In the root folder there is a standalone executable called MidiConnectMac
Using a terminal, give it execution permissions then run it.
chmod +x MidiConnectMac
./MidiConnectMac
RobloxAndroidMidi is a different project that's maintained by EDLLT. https://github.com/EDLLT/RobloxAndroidMidi
Don't trust me? I wouldn't either. If you are inclined that way, the Python source code is available in the MidiConnectSource folder.
Before attempting to run it from its source code, make sure to install the dependencies by executing the following in the MidiConnectSource directory
pip install -r requirements.txt
If no errors occur, you could then attempt running main.py and it should work flawlessly
python main.py
Message me @lordhenryvonhenry if you need help getting it to run.
The source code is included so users may compile it themselves for personal use. This software is not open source.
MidiConnect - ©2023 LordHenryVonHenry