# HG changeset patch # User drewp@bigasterisk.com # Date 2013-03-26 07:07:38 # Node ID ff9c72cfb023f06b097621d1ffcfe506d2a572a6 # Parent 321fc6150ee3fbd0db14b0fab160dc9a769580c0 midi port update Ignore-this: 74209e212b5cf67c2158c6cefcbe5ccb 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