With MIDI keyLinker, you can easily assign MIDI messages from your MIDI controller or device to specific keyboard shortcuts or mouse commands within your favourite software applications.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This software allows you to map midi messages to keyboard commands, connect your midi controller to your computer, play a control and customize a command on your keyboard.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Currently we have not released any releases, which is why it is required to run the desktop application from its source code. Below I show you the necessary steps to run it on your computer, initially you have to download the source code from our github repository:
git clone https://github.com/andresjpulido/MIDIKeyLinker.git
Below is the list of libraries required to compile this application.
pip install -r requirements.txt
python midikeylinker/app.py
The user interface has been created using the QT Designer tool, below I show how to customize the UI and translate it to Python code. .
Open the Qt Designer:
pyqt6-tools designer
This command generates a Python module according to the given options:
pyuic6 midikeylinker/views/main.ui -o midikeylinker/views/main.py
conda env export > environment.yml
We have created a wiki to document the use of this application. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
Please refer to the Documentation
- Add reading file preferences
- MIDI Device Recognition
- Identification of MIDI messages
- MIDI command mapping
- Multi-language Support
- Spanish
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Andres - @andresjpb - andresjpulido@gmail.com
Project Link: https://github.com/andresjpulido/MIDIKeyLinker
This list contains some useful resources for working on this project.