Currently there is a well defined list of presets available for controlling shutter and strobe. Unfortunately, in the majority of fixture files the old custom definition is used instead of the presets. We would like to update the fixture library to use the defined presets. Are there any concerns about us undertaking this improvement?
Old Format:
<Channel Name="Strobe">
<Group Byte="0">Shutter</Group>
<Capability Min="0" Max="31">Close</Capability>
<Capability Min="32" Max="63">Open</Capability>
<Capability Min="64" Max="95">Strobe (slow-fast)</Capability>
<Capability Min="96" Max="127">Open</Capability>
<Capability Min="128" Max="159">Pulse Strobe (slow-fast)</Capability>
<Capability Min="160" Max="191">Open</Capability>
<Capability Min="192" Max="223">Random Strobe</Capability>
<Capability Min="224" Max="255">Open</Capability>
</Channel>
New Format:
<Channel Name="Strobe">
<Group Byte="0">Shutter</Group>
<Capability Min="0" Max="31" Preset="ShutterClose">Close</Capability>
<Capability Min="32" Max="63" Preset="ShutterOpen">Open</Capability>
<Capability Min="64" Max="95" Preset="StrobeSlowToFast">Strobe (slow-fast)</Capability>
<Capability Min="96" Max="127" Preset="ShutterOpen">Open</Capability>
<Capability Min="128" Max="159" Preset="PulseSlowToFast">Pulse Strobe (slow-fast)</Capability>
<Capability Min="160" Max="191" Preset="ShutterOpen">Open</Capability>
<Capability Min="192" Max="223" Preset="StrobeRandom">Random Strobe</Capability>
<Capability Min="224" Max="255" Preset="ShutterOpen">Open</Capability>
</Channel>
Kind Regards,
Ray Console Team
Update Fixtures with Shutter and Strobe Presets
-
- Posts: 27
- Joined: Tue May 21, 2019 9:35 am
- Real Name:
Ray Console. The robust lighting control console with a modularly extendible software that is intuitively usable for amateur users. The console uses the QXF fixture format used by QLC+ and will be ready to order in spring 2020. rayconsole.com
- mcallegari
- Posts: 4710
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Yes, please proceed and send pull requests on GitHub. Thanks