Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

dagargo/midilfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published