bigasterisk
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
Don't have an account?
hg
light9
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ c45ce0c1c733
Branch filter:
default at c45ce0c1c733
default
Location:
light9
/
dmx_usb_module
/
pyout
Show Full History
Show Authors
c45ce0c1c733
77 B
text/plain
Show Annotation
Show as Raw
Download as Raw
drewp@bigasterisk.com
another pympd search path for asco, since i seem to hate to install my own software
1
2
3
4
5
6
7
from dmx import Dmx
d = Dmx()
while 1:
d.write("\xff" * 100, times=1)