Changeset - ff9c72cfb023
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-03-26 07:07:38
drewp@bigasterisk.com
midi port update
Ignore-this: 74209e212b5cf67c2158c6cefcbe5ccb
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bcf2000.py
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)