Skip to content

EDLLT/RobloxMidiConnect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MidiConnect

By LordHenryVonHenry

HenryWave

What is it?

This software converts midi signals into commands that can be understood by the Piano Rooms Roblox game, these commands are simply raw text of the type of command, the channel, and the velocity encoded as numpad keys.

Installation

[Windows]

In the root folder there is a standalone executable called MidiConnect.exe
Double click the executable to run it

[Linux]

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

[macOS]

First, navigate to macOS preferences:
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

[Android]

RobloxAndroidMidi is a different project that's maintained by EDLLT. https://github.com/EDLLT/RobloxAndroidMidi


Compiling from source

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%