IEMidi is a cross-platform MIDI editor built with ImGui and RtMidi.
The editor is designed to map any MIDI message to various actions such as volume control, mute, console commands or opening files.
Download the win installer from:
https://interactive-echoes.github.io/Downloads/Win/IEMidi/amd64/IEMidi-1.2.0-win64.zip
To ensure the integrity and authenticity of the IEMidi installer, you can run the Verify.bat file provided by the package.
sudo wget -O /etc/yum.repos.d/IE.repo https://interactive-echoes.github.io/Downloads/Linux/RPM/IE.repo
sudo dnf install iemidi
sudo wget -O /etc/apt/trusted.gpg.d/ie-public.gpg https://interactive-echoes.github.io/Downloads/ie-public.gpg
sudo wget -O /etc/apt/sources.list.d/IE.list https://interactive-echoes.github.io/Downloads/Linux/DEB/IE.list
sudo apt update
sudo apt install iemidi
Contributors are welcomed to this open-source project. Any feedback or assistance, whether in coding, packaging, documentation, design, or testing, is greatly appreciated.
This work is licensed under the SPDX-License-Identifier: GPL-2.0-only.