Godtone
Joined 17 December 2020
→Novation Launchpad Pro MK3 isomorphic keyboard code: generalise & abstract out selection to lpselect |
m →Novation Launchpad Pro MK3 isomorphic keyboard code: add note about loopMIDI within the code itself too (at the beginning) |
||
| Line 1,203: | Line 1,203: | ||
import math | import math | ||
import mido # pip install mido | import mido # pip install mido | ||
# requires loopMIDI on Windows (using the default name should work; the code searches for a name starting with "loop") | |||
def lpselect(of): | def lpselect(of): | ||