View Single Post
Old December 17th, 2014   #3
tharron
Junior Member
 
Join Date: Sep 2014
Posts: 10
Default

Thanks, Scott! This is an interesting approach. I didn't think to place a secondary dependency.

I'm curious as to why you labeled the Gobo Rotate Function (Control) as a dependency on the Rotate High instead of the Wheel?

Quote:
Originally Posted by sblair View Post
// Gobo Rotate Function
ParamData[i++] = 0x00; // Slot Offset 16-bit High
ParamData[i++] = 0x0d; // " " Low
ParamData[i++] = ST_SEC_CONTROL; // Slot Type 8 bit
ParamData[i++] = 0x00; // Slot Label ID 16-bit. High
ParamData[i++] = 0x0e; // Points to Gobo Rotate as dependency.
tharron is offline   Reply With Quote