13
0
livetrax/libs/surfaces/launchpad_pro
Paul Davis 1d6c2a946d second attempt at fixing the launchpad pro port name mess
It turns out that slightly older versions of ALSA create different "pretty"
port names for USB MIDI devices than slightly newer ones. The new versions
use names that match those seen on other platforms.

This means that to do port matching on Linux now requires a regexp
to match the possible alternatives. This matters much more for the LPP,
which has 3 input ports and 3 output ports, than it does for most devices
that have a single input and single output, and we can "find" the ports
just using simple string searching
2023-10-13 21:16:27 -06:00
..
gui.cc
gui.h
interface.cc
lppro.cc second attempt at fixing the launchpad pro port name mess 2023-10-13 21:16:27 -06:00
lppro.h second attempt at fixing the launchpad pro port name mess 2023-10-13 21:16:27 -06:00
wscript