# HG changeset patch # User drewp@bigasterisk.com # Date 1364281658 0 # Node ID ff9c72cfb023f06b097621d1ffcfe506d2a572a6 # Parent 321fc6150ee3fbd0db14b0fab160dc9a769580c0 midi port update Ignore-this: 74209e212b5cf67c2158c6cefcbe5ccb diff -r 321fc6150ee3 -r ff9c72cfb023 bcf2000.py --- a/bcf2000.py Tue Mar 26 07:04:22 2013 +0000 +++ b/bcf2000.py Tue Mar 26 07:07:38 2013 +0000 @@ -30,7 +30,7 @@ 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