Skip to content

abadroot/lpd8editor

 
 

Repository files navigation

lpd8editor Build Status Join the chat at https://gitter.im/lpd8-editor/Lobby

A Linux editor for the Akai LPD8 pad controller.

lpd8-editor screenshot

Dependencies

  • alsa
  • c++11
  • pkg-config
  • qt5
    • QtSql
    • QtSVG
    • QtWidgets

Install dependencies for debian

$ su
# apt install build-essential libasound2-dev libqt5sql5-sqlite libqt5svg5-dev pkg-config qt5-default

Install dependencies for ubuntu / mint systems

$ sudo apt install build-essential libasound2-dev libqt5sql5-sqlite libqt5svg5-dev pkg-config qt5-default

Build, test and run

$ cd lpd8editor
$ qmake
$ make
$ make check
$ sudo make install
$ /usr/bin/lpd8editor

Changing the installation prefix

$ export INSTALL_PREFIX=/my/own/path
$ [build, test...]
$ make install
$ /my/own/path/bin/lpd8editor

Want to contribute a translation ?

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.

LPD8 sysex

Akai does not provide a MIDI and Sysex implementation sheet, so we reverse engineered our own.

About

A linux editor for the Akai LPD8

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.7%
  • QMake 2.4%
  • SQLPL 1.8%
  • C 0.1%