We have started implementing the ActsOn tag in the QXF files. Unfortunately we have come across a structural problem in our approach:
Code: Select all
<Channel Number="4">Pan/Tilt speed</Channel>
We are sorry about this Problem and want to fix it asap. Our proposal is to allow setting a channel to act on as many channels as required. In QXF this would be:
Code: Select all
<Channel Number="4" ActsOn="[0, 2]">Pan/Tilt speed</Channel>
Code: Select all
<Channel Number="4">
Pan/Tilt speed
<ActsOn>0</ActsOn>
<ActsOn>2</ActsOn>
</Channel>
Are there any problems with the ActsOn="[0, 2]" and Fixture Definition Editor approach?