Page 1 of 1

DMX Control of Modules. ???

Posted: Thu Mar 24, 2011 3:56 pm
by visulize
Hi all.

So I have and entec dmx unit and i can set it up to control various parts of modul8 from an external DMX desk. media scale etc.

what I would love to do is to be able to control the X and Y position of the media clip.

also i hav the mask global module installed. but i cant seem to be able to map a DMX channel to the module.


Please help .

many thanks.

Posted: Thu Mar 24, 2011 5:11 pm
by sigmasix
Hello visulize,

You can get DMX messages from inside a module but you need to code it.

For instance, if you want to change the X position of a layer using channel 5 you can add this into the DirectEvent code part of a new module:

Code: Select all

if type == 'DMX':
   if param['channel'] == 5:
      value = param['value']*10
      modul8.setValue('ctrl_layer_position_x', value, 0)


the value sent by DMX is between 0 and 255 but the position goes from 0 to anything you want so you can multiply the value to fit your needs ( I multiplied by 10)

for the mask module, you will have to hack the module, then find what you want to control and get the dmx message using the same technique described above.

if you have no clues on how the module system works, read the documentation, I know it's really poor but you can get the basics. Then if you never coded anything, you better try to find some python tutorials online before.

Re: DMX Control of Modules. ???

Posted: Sun Feb 19, 2012 5:41 pm
by matteo giobini
hello guys :D I need help :?: I do not understand how to use the module midi2dmx to control LED par with my usb midi controller.
Help me please :cry:

Re: DMX Control of Modules. ???

Posted: Mon Feb 20, 2012 3:01 pm
by matteo giobini
.. Is anyone listening? .. urgent :shock: