Skip to content

IE's cross platform midi map editor for arbitrary controllers

License

Notifications You must be signed in to change notification settings

Interactive-Echoes/IEMidi

Repository files navigation

IELogo

IEMidi

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.

Demo

Installation

Windows

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.

Linux

RPM-Based Distributions (RHEL/CentOS/Fedora)

sudo wget -O /etc/yum.repos.d/IE.repo https://interactive-echoes.github.io/Downloads/Linux/RPM/IE.repo
sudo dnf install iemidi

DEB-Based Distributions (Debian/Ubuntu)

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

Third-Party Libraries Used

Contribution

Contributors are welcomed to this open-source project. Any feedback or assistance, whether in coding, packaging, documentation, design, or testing, is greatly appreciated.

License

This work is licensed under the SPDX-License-Identifier: GPL-2.0-only.

Releases

No releases published