
/Soren
Code: Select all
def artNet16BitsToOSC():
for chIdx in range(1,10):
chValue = mad.getChannelValue( "/dmxin/ArtNetIn-0-0/" + str(chIdx*2) + "[16]");
mad.setChannelValue("/osc/MadRouterOscOut/channel" + str(chIdx*2), chValue);
mad.connect("onLoop()", artNet16BitsToOSC);
Users browsing this forum: No registered users and 17 guests
Copyright 2017 © garageCube. All Rights Reserved. Powered by phpBB® Forum Software © phpBB Limited.