@lkkd wrote:
I just start using openFrameworks to control DMX. My DMX interface just arrive. I’m using “ofxGenericDmx.h” everything seems to be working. But i don’t really know how the data flow works. I’m triying to control a strobe atomic 3000. The sample code is for controlling a RGB light:
//asign our colors to the right dmx channels dmxData_[1] = int(red); dmxData_[2] = int(green); dmxData_[3] = int(blue); th
I guess the array is the kind if the “universe” i whatever set of light you want to program ,if i’m right dmxData_[1] is channel one, let’s say i have the strobe in channel one should i send a 1 to turn one and 0 to turn off? or values go 0 to 250?
Posts: 1
Participants: 1