Skip to content

Tools to use a Linux laptop as a MIDI controller

License

Notifications You must be signed in to change notification settings

akaihola/midipenguin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

midipenguin – tools for using a Linux laptop as a MIDI controller

travis-badge_ license-badge_ black-badge_

Installation

Fedora 30:

sudo usermod -a -G audio `whoami`
sudo dnf install python3-rtmidi python3-evdev
virtualenv --system-site-packages ~/.virtualenvs/midipenguin
. ~/.virtualenvs/midipenguin/bin/activate
pip install -e '.[test]'
pytest

# Start the JACK server e.g. using QjackCtl__, the JACK Audio Connection Kit,
# then start touchpadmidi:

touchpadmidi

# You can now connect the "touchpadmidi" MIDI output
# e.g. to MIDI inputs of your DAW.

GitHub stars trend

stargazers_

About

Tools to use a Linux laptop as a MIDI controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages