Skip to content

Instantly share code, notes, and snippets.

View flexwie's full-sized avatar
🤠
yeehaw

Felix Wieland flexwie

🤠
yeehaw
View GitHub Profile
@flexwie
flexwie / kontrol.py
Created April 23, 2020 12:48 — forked from tolnem/kontrol.py
Reading midi input from nanoKontrol 2 in python, using python-rtmidi and jack-audio
#!/usr/bin/python
import rtmidi, time
buttons = {
58: 'track_left',
59: 'track_right',
46: 'cycle',
60: 'marker_set',
61: 'marker_left',