Add Chauvet DJ SlimPAR 64 (RGBA) fixtures#5613
Open
aarongeiser wants to merge 7 commits intoOpenLightingProject:masterfrom
Open
Add Chauvet DJ SlimPAR 64 (RGBA) fixtures#5613aarongeiser wants to merge 7 commits intoOpenLightingProject:masterfrom
aarongeiser wants to merge 7 commits intoOpenLightingProject:masterfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Includes 3-channel (RGB) and 7-channel modes sourced from User Manual Rev. 5. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Includes 4-channel (RGBA) and 8-channel modes sourced from User Manual Rev. 2. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Yes, it should be a switching channel. The documentation for this is here: https://github.com/OpenLightingProject/open-fixture-library/blob/master/docs/fixture-format.md#switching-channels and an example can be found here: https://github.com/OpenLightingProject/open-fixture-library/blob/master/fixtures/futurelight/pro-slim-par-7-hcl.json#L252 |
FloEdelmann
requested changes
Apr 21, 2026
Comment on lines
+35
to
+36
| "brightnessStart": "0%", | ||
| "brightnessEnd": "100%" |
Member
There was a problem hiding this comment.
Please remove the explicit brightnessStart/brightnessEnd from both fixtures (in ColorIntensity and Intensity capabilities), it's the default.
| "speedStart": "slow", | ||
| "speedEnd": "fast", | ||
| "comment": "Strobe slow to fast (when Ch6 is 0–31 or 224–255); effect speed when Ch6 is 32–223", | ||
| "helpWanted": "Channel 5 is dual-purpose: strobe when Ch6 is in RGB mode (0–31) or Sound mode (224–255), and effect speed when Ch6 is in an effect mode (32–223). A switching channel may be needed to model this accurately." |
Member
There was a problem hiding this comment.
Can you please change this to a switching channel? (in both fixtures)
Comment on lines
+132
to
+134
| "effectName": "Sound", | ||
| "soundControlled": true, | ||
| "comment": "Sound-triggered mode" |
Member
There was a problem hiding this comment.
Suggested change
| "effectName": "Sound", | |
| "soundControlled": true, | |
| "comment": "Sound-triggered mode" | |
| "effectName": "Sound-active mode", | |
| "soundControlled": true |
Comment on lines
+140
to
+142
| "effectName": "Sound", | ||
| "soundControlled": true, | ||
| "comment": "Sound-active mode" |
Member
There was a problem hiding this comment.
Suggested change
| "effectName": "Sound", | |
| "soundControlled": true, | |
| "comment": "Sound-active mode" | |
| "effectName": "Sound-active mode", | |
| "soundControlled": true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New fixture: Chauvet DJ SlimPAR 64 RGBA
Source: SlimPAR 64 RGBA User Manual Rev. 2
Modes included
Known limitations / help wanted
It acts as a strobe channel when Ch7 is in RGBA mode (0–31) or Sound mode (224–255),
and as an effect speed channel when Ch7 is in any effect mode (32–223).
Flagged with helpWanted — a switching channel approach may model this more accurately.
🤖 Generated with Claude Code