A Linux editor for the Akai LPD8 pad controller.
- alsa
- c++11
- pkg-config
- qt5
- QtSql
- QtSVG
- QtWidgets
$ su
# apt install build-essential libasound2-dev libqt5sql5-sqlite libqt5svg5-dev pkg-config qt5-default
$ sudo apt install build-essential libasound2-dev libqt5sql5-sqlite libqt5svg5-dev pkg-config qt5-default
$ cd lpd8editor
$ qmake
$ make
$ make check
$ sudo make install
$ /usr/bin/lpd8editor
$ export INSTALL_PREFIX=/my/own/path
$ [build, test...]
$ make install
$ /my/own/path/bin/lpd8editor
It's actually easy and should not take more than a few minutes for a full translation. Please get in touch on Gitter or create a new issue on GitHub.
Akai does not provide a MIDI and Sysex implementation sheet, so we reverse engineered our own.