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 mk3
- Arturia KeyStep 37
- Arturia MiniLab mkII
- Arturia MiniLab 3
These might also work, but have not been tested yet:
- Akai MPK Mini mk2
- Arturia BeatStep
- Arturia KeyLab mkII 49 / 61 / 88
- Arturia KeyLab 49 / 61 / 88 mk3
- Arturia KeyLab Essential 49 / 61 / 88
- Arturia KeyLab Essential 49 / 61 / 88 mk3
- Arturia KeyStep
- Arturia MicroLab
It doesn't support the KeyStep and BeatStep Sequencer yet.
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
meson setup builddir
meson compile -C builddir
meson install -C builddir
The resulting binary doesn't need to be installed, ./builddir/src/sysex-controls
works also.
You can uninstall the program later by running
sudo ninja uninstall -C builddir