A graphical user interface (GUI) program designed to interact with Midi signals from any Midi instrument.
During my internship, I developed a GUI program that allows real-time editing and control of Midi signals from any Midi instrument. This program offers a user-friendly interface to manipulate and send Midi signals back to the instrument in real time, making it a valuable tool for musicians and music producers.
- Real-time editing and control of Midi signals
- Ability to send signals back to the Midi instrument
- User-friendly interface for easy use
These instructions will help you get the Midi-Project program running on your computer.
- Midi device connected to your computer
You can download the latest release of the Midi GUI program from the Releases section of the repository. Simply download the executable file and run it on your computer.
- Clone the repository to your local machine
$ git clone https://github.com/Alperencode/Lemona-Science.git
- Navigate to the repository directory
$ cd Lemona-Science
- Install the required packages
$ pip install -r requirements.txt
- Navigate to the "Midi-Project" directory
$ cd Midi-Project
- Run the program
$ python Midi-Project.py
- Connect your Midi device to your computer
- Open the program
- Edit and control your Midi signals in real-time
- Fork the repository
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request