gotleg / minotor

MIDI-controlled LED matrix software

Home Page:http://www.minotor.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minotor is a MIDI-controlled LED matrix software.

License: Minotor is released under GPL but embedded RtMidi¹ and QExtSerialPort².

[1] http://www.music.mcgill.ca/~gary/rtmidi/

[2] https://github.com/qextserialport/qextserialport

Install under Ubuntu (>=16.04)

Under Ubuntu, you can use PPA to install through Ubuntu package manager

sudo apt-add-repository ppa:neomilium/minotor
sudo apt update
sudo apt install minotor

Build and install

Requirements

With system-wide rtmdi

sudo apt install qt5-defaults librtmidi-dev libqt5extserialport-dev

With embedded rtmidi, without JACK support

sudo apt install qt5-defaults libasound2-dev libqt5extserialport-dev

Compilation

qmake
make

About

MIDI-controlled LED matrix software

http://www.minotor.org

License:GNU General Public License v3.0


Languages

Language:C++ 39.2%Language:HTML 21.2%Language:Shell 18.2%Language:C 15.2%Language:Makefile 3.3%Language:CSS 1.8%Language:QMake 0.6%Language:M4 0.3%Language:JavaScript 0.1%