This is a Libadwaita UI that allows you to configure certain Akai and Arturia devices. It currently allows for reading the controls (Buttons, Knobs, Pads, Keys, etc) and changing them and writing back to the device.
This is a Linux alternative to the MIDI Control Center software.
These devices are supported and tested:
- Akai MPK Mini mk2
- Akai MPK Mini mk3
- Arturia BeatStep
- Arturia BeatStep Pro
- Arturia DrumBrute Impact
- Arturia KeyLab Essential 49 / 61 / 88 mk3
- Arturia KeyLab mkII 49 / 61 / 88
- Arturia KeyStep
- Arturia KeyStep 37
- Arturia KeyStep Pro
- Arturia MiniLab mkII
- Arturia MiniLab 3
These might also work, but have not been tested yet:
- Arturia DrumBrute
- Arturia KeyLab 49 / 61 / 88
- Arturia KeyLab 49 / 61 / 88 mk3
- Arturia KeyLab Essential 49 / 61 / 88
- Arturia MicroLab
- Arturia MiniBrute 2
- Arturia MiniBrute 2S
- Arturia MiniLab
- Arturia SparkLE
- Arturia The Laboratory
It doesn't support the KeyStep / BeatStep Pro sequencer banks, BeatStep Pro presets and the DrumBrute/MiniBrute banks yet.
It only supports the global controls from KeyLab 49 / 61 / 88 and MiniLab / SparkLE / The Laboratory.
If you think some untested devices work well, please let us know. If not, let us know as well.
flatpak install flathub hu.irl.sysex-controls
sudo dnf install meson gcc gtk4-devel libadwaita-devel alsa-lib-devel git
sudo apt install meson gettext libgtk-4-dev libadwaita-1-dev libasound2-dev libxml2-utils git
git clone https://github.com/soyersoyer/sysex-controls
cd sysex-controls
meson setup builddir
meson compile -C builddir
The resulting binary doesn't need to be installed, ./builddir/src/sysex-controls
works also.
meson install -C builddir
Run sysex-controls
from your application launcher or from terminal:
sysex-controls
You can uninstall the program later by running
sudo ninja uninstall -C builddir