dagargo / midilfo

Simple but powerful MIDI LFO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIDI LFO

MIDI LFO includes several waveforms, maximum and minimum values and allows more than 7-bit values through MSB and LSB controllers.

Installation

MIDI LFO is a Python package that is installed the standard way with python3 setup.py install. However, as it contains desktop application related resources, it is installed with make.

The package dependencies for Debian based distributions are:

  • make
  • python3
  • python3-setuptools
  • python3-mido
  • python3-rtmidi

You can easily install them by running sudo apt-get install make python3 python3-setuptools python3-mido python3-rtmidi.

To install MIDI LFO symply run make && sudo make install.

About

Simple but powerful MIDI LFO

License:GNU General Public License v3.0


Languages

Language:Python 94.6%Language:Makefile 5.4%