Changeset - 36e40a2a9947
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 13 years ago 2012-06-15 16:37:39
drewp@bigasterisk.com
dmxusb now makes /dev/dmx1 on the first connection
Ignore-this: 3477c675436e84c34ceb83aa4e7b42f
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/io/__init__.py
Show inline comments
 
@@ -65,7 +65,7 @@ class UsbDMX(BaseIO):
 
        if self.out is None:
 
            sys.path.append("dmx_usb_module")
 
            from dmx import Dmx
 
            self.out = Dmx()
 
            self.out = Dmx('/dev/dmx1')
 
        return self.out
 
        
 

	
0 comments (0 inline, 0 general)