Changeset - 1b6583740f76
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 10 years ago 2015-06-14 03:30:01
drewp@bigasterisk.com
prefer the later midi device. i don't what the other one is
Ignore-this: 28869f56aaa60c0256afe224da0cf3e7
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/keyboardcomposer
Show inline comments
 
@@ -543,7 +543,7 @@ class LevelServerHttp(resource.Resource)
 

	
 
class Sliders(BCF2000):
 
    def __init__(self, kc):
 
        devices = ['/dev/snd/midiC1D0', '/dev/snd/midiC2D0', '/dev/snd/midiC3D0']
 
        devices = ['/dev/snd/midiC3D0', '/dev/snd/midiC2D0', '/dev/snd/midiC1D0']
 
        for dev in devices:
 
            try:
 
                BCF2000.__init__(self, dev=dev)
0 comments (0 inline, 0 general)