diff --git a/bcf2000.py b/bcf2000.py --- a/bcf2000.py +++ b/bcf2000.py @@ -30,7 +30,7 @@ class BCF2000(object): 91 : "button-corner3", 92 : "button-corner4", } - def __init__(self, dev="/dev/snd/midiC1D0"): + def __init__(self, dev="/dev/snd/midiC2D0"): """device was usually /dev/snd/midiC1D0 but then it showed up once as C0D0. It should be autodetected""" self.devPath = dev