DmxInDAT and ArtNetInDAT

It would be nice if we could get some kind of DMX DAT, just like the midiInDAT and the oscInDAT.
Recall could look like
def onValueRecieve(adress, val):

and when we are on it similiar a ArtNetInDAT doing the following:
def onValueRecieve(net, universe, subnet, value):

Why? I do all my mapping by now via recalls and scripting, only DMX does not have the scriptable recalls for input.

1 Like

I’m just curious, how do you see this as better than just pointing a CHOP Execute DAT to a DMX In CHOP and using “onValueChange”?

You would still have to have a DAT with a script in it attached to a DMX In DAT, so it’s not like it’s less nodes…

Also, generally DMX is treated more as a constant stream of data, as opposed to MIDI and OSC which are more event based.