# HG changeset patch # User drewp@bigasterisk.com # Date 2008-06-10 04:56:48 # Node ID 8713617cc08eb0119e670cdd30c8fa7244dbc4da # Parent 295e803f6a5ea38d962965a40f5aff1db3276638 update sliders dev name 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/midiC0D0"): + def __init__(self, dev="/dev/snd/midiC1D0"): """device was usually /dev/snd/midiC1D0 but then it showed up once as C0D0. It should be autodetected""" self.devPath = dev