Hello,
I'd like to create some modules using DMX.
can you help me with the syntax and use of : modul8.getDMXValues
Is there any dictionnary for modul8 python??
(nothing in the user manual)
thanks
johann
Code: Select all
{'universe': 0, 'value': integer, 'channel': value, 'timestamp': float}
Code: Select all
if type == 'DMX':
if param['channel']==5:
print param['value']/255.0
Code: Select all
modul8.sendDMX(universe, channel, dmxValue)
Users browsing this forum: No registered users and 17 guests
Copyright 2017 © garageCube. All Rights Reserved. Powered by phpBB® Forum Software © phpBB Limited.