-
Notifications
You must be signed in to change notification settings - Fork 83
Add fixture stairville/cx60-hex
#3657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Doralitze
wants to merge
23
commits into
OpenLightingProject:master
Choose a base branch
from
Mission-DMX:Doralitze-stairville-cx60hex
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 18 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
72b2782
add: stairville cx60 hex
Doralitze c0b5cfd
Merge branch 'OpenLightingProject:master' into Doralitze-stairville-c…
Doralitze 50de180
Merge branch 'OpenLightingProject:master' into Doralitze-stairville-c…
Doralitze 15cc07f
Merge branch 'master' into Doralitze-stairville-cx60hex
Doralitze 953eee2
chg: effect channel description in fixtures/stairville/cx60-hex.json
Doralitze 8dd9d7d
chg: Channel name from Mode to Effect in cx60-hex.json
Doralitze c283c8b
add: switching channel for effect speed to cx60-hex.json
Doralitze 48d8fa2
chg: strobe effect description in fixtures/stairville/cx60-hex.json
Doralitze 98ea36d
chg: mode names in cx60-hex.json
Doralitze e3a2942
del: meta data in fixtures/stairville/cx60-hex.json
Doralitze 714593e
Merge branch 'master' into Doralitze-stairville-cx60hex
Doralitze 6565ce1
upd: creation time in cx60-hex.json
Doralitze 8efd058
fix: missing default value for switching channel in cx60-hex.json
Doralitze cded3a1
fix: typo (capitalization) in cx60-hex.json switch channels
Doralitze a0ff06b
chg: schema link in cx60-hex.json
Doralitze 072c499
chg: channel type in fixtures/stairville/cx60-hex.json
Doralitze 2d2be3c
chg: names as requested in cx60-hex.json
Doralitze 48b6ac0
Apply suggestion from @FloEdelmann
Doralitze e9af1ed
chg: effect name as requested in cx60-hex.json
Doralitze ddc5211
add: comment about strobe speed affecting fading in cx60-hex.json
Doralitze f649489
upd: creation date in fixtures/stairville/cx60-hex.json
Doralitze 2a096fe
chg: product web page fixtures/stairville/cx60-hex.json
Doralitze 7e6f52f
Merge branch 'master' into Doralitze-stairville-cx60hex
Doralitze File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,278 @@ | ||
| { | ||
| "$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json", | ||
| "name": "CX60 Hex", | ||
| "categories": ["Color Changer"], | ||
| "meta": { | ||
| "authors": ["Leon Dietrich", "Flo Edelmann"], | ||
| "createDate": "2026-02-11", | ||
| "lastModifyDate": "2026-02-11" | ||
| }, | ||
| "comment": "Stairville CX 60 Hex, LED-Par Lamp", | ||
| "links": { | ||
| "manual": [ | ||
| "https://images.static-thomann.de/pics/atg/atgdata/document/manual/c_469039_469040_469056_469058_523399_v2_en_online.pdf" | ||
| ], | ||
| "productPage": [ | ||
| "https://www.thomann.de/de/cat_BF_stairville.html" | ||
Doralitze marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ], | ||
| "video": [ | ||
| "https://www.youtube.com/watch?v=FAIM-LrFix4" | ||
| ] | ||
| }, | ||
| "physical": { | ||
| "dimensions": [405, 275, 275], | ||
| "weight": 3.3, | ||
| "power": 170, | ||
| "DMXconnector": "3-pin", | ||
| "bulb": { | ||
| "type": "LED", | ||
| "colorTemperature": 6700, | ||
| "lumens": 8500 | ||
| } | ||
| }, | ||
| "availableChannels": { | ||
| "Red": { | ||
| "capability": { | ||
| "type": "ColorIntensity", | ||
| "color": "Red" | ||
| } | ||
| }, | ||
| "Green": { | ||
| "capability": { | ||
| "type": "ColorIntensity", | ||
| "color": "Green" | ||
| } | ||
| }, | ||
| "Blue": { | ||
| "capability": { | ||
| "type": "ColorIntensity", | ||
| "color": "Blue" | ||
| } | ||
| }, | ||
| "White": { | ||
| "capability": { | ||
| "type": "ColorIntensity", | ||
| "color": "White" | ||
| } | ||
| }, | ||
| "Amber": { | ||
| "capability": { | ||
| "type": "ColorIntensity", | ||
| "color": "Amber" | ||
| } | ||
| }, | ||
| "UV": { | ||
| "capability": { | ||
| "type": "ColorIntensity", | ||
| "color": "UV" | ||
| } | ||
| }, | ||
| "Effect": { | ||
| "defaultValue": 0, | ||
| "capabilities": [ | ||
| { | ||
| "dmxRange": [0, 63], | ||
| "type": "NoFunction", | ||
| "switchChannels": { | ||
| "Effect Speed": "Effect Speed - slow/fast" | ||
| } | ||
| }, | ||
| { | ||
| "dmxRange": [64, 127], | ||
| "type": "Effect", | ||
| "effectName": "14 color automatic switching", | ||
| "switchChannels": { | ||
| "Effect Speed": "Effect Speed - slow/fast" | ||
| } | ||
| }, | ||
| { | ||
| "dmxRange": [128, 191], | ||
| "type": "Effect", | ||
| "effectName": "24 color automatic switching", | ||
| "switchChannels": { | ||
| "Effect Speed": "Effect Speed - fast/slow" | ||
| } | ||
| }, | ||
| { | ||
| "dmxRange": [192, 255], | ||
| "type": "Effect", | ||
| "effectName": "6 color automatic switching", | ||
| "switchChannels": { | ||
Doralitze marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "Effect Speed": "Effect Speed - Sound Sensitivity" | ||
| } | ||
| } | ||
Doralitze marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ] | ||
| }, | ||
| "Effect Speed - slow/fast": { | ||
| "name": "Effect Speed", | ||
| "capabilities": [ | ||
| { | ||
| "dmxRange": [0, 10], | ||
| "type": "EffectSpeed", | ||
| "speed": "stop" | ||
| }, | ||
| { | ||
| "dmxRange": [11, 255], | ||
| "type": "EffectSpeed", | ||
| "speedStart": "slow", | ||
| "speedEnd": "fast" | ||
| } | ||
| ] | ||
| }, | ||
| "Effect Speed - fast/slow": { | ||
| "name": "Effect Speed", | ||
| "capabilities": [ | ||
| { | ||
| "dmxRange": [0, 10], | ||
| "type": "EffectSpeed", | ||
| "speed": "stop" | ||
| }, | ||
| { | ||
| "dmxRange": [11, 255], | ||
| "type": "EffectSpeed", | ||
| "speedStart": "fast", | ||
| "speedEnd": "slow" | ||
| } | ||
| ] | ||
| }, | ||
| "Effect Speed - Sound Sensitivity": { | ||
Doralitze marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "name": "Effect Speed", | ||
Doralitze marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "capabilities": [ | ||
| { | ||
| "dmxRange": [0, 10], | ||
| "type": "NoFunction" | ||
| }, | ||
| { | ||
| "dmxRange": [11, 255], | ||
| "type": "SoundSensitivity", | ||
| "soundSensitivityStart": "low", | ||
| "soundSensitivityEnd": "high" | ||
| } | ||
| ] | ||
| }, | ||
| "Color Pattern": { | ||
| "capabilities": [ | ||
| { | ||
| "dmxRange": [0, 15], | ||
| "type": "NoFunction" | ||
| }, | ||
| { | ||
| "dmxRange": [16, 255], | ||
| "type": "EffectParameter", | ||
| "parameterStart": "low", | ||
| "parameterEnd": "high", | ||
| "comment": "Selection of color pattern (1/31)" | ||
| } | ||
| ] | ||
| }, | ||
| "Strobe Speed": { | ||
| "capabilities": [ | ||
| { | ||
| "dmxRange": [0, 15], | ||
| "type": "ShutterStrobe", | ||
| "shutterEffect": "Open" | ||
| }, | ||
| { | ||
| "dmxRange": [16, 255], | ||
| "type": "ShutterStrobe", | ||
| "shutterEffect": "Strobe", | ||
| "speedStart": "slow", | ||
| "speedEnd": "fast" | ||
| } | ||
| ] | ||
| }, | ||
| "Fade Control": { | ||
| "capabilities": [ | ||
| { | ||
| "dmxRange": [0, 31], | ||
| "type": "Generic", | ||
| "comment": "No fade-out effect" | ||
| }, | ||
| { | ||
| "dmxRange": [32, 63], | ||
| "type": "Generic", | ||
| "comment": "Fade-out, Speed controlled by channel 8" | ||
| }, | ||
| { | ||
| "dmxRange": [64, 95], | ||
| "type": "Generic", | ||
| "comment": "Fade-in, Speed controlled by channel 8" | ||
| }, | ||
| { | ||
| "dmxRange": [96, 127], | ||
| "type": "Generic", | ||
| "comment": "Fade-In-Out, Speed controlled by channel 8" | ||
| }, | ||
| { | ||
| "dmxRange": [128, 159], | ||
| "type": "Generic", | ||
| "comment": "Automatic Effect, Speed controlled by channel 8" | ||
| }, | ||
| { | ||
| "dmxRange": [160, 191], | ||
| "type": "Generic", | ||
| "comment": "4 color Chase Effect, Speed controlled by channel 8" | ||
| }, | ||
| { | ||
| "dmxRange": [192, 223], | ||
| "type": "Generic", | ||
| "comment": "12 color Chase Effect, Speed controlled by channel 8" | ||
| }, | ||
| { | ||
| "dmxRange": [224, 255], | ||
| "type": "Generic", | ||
| "comment": "Controlled by microphone" | ||
Doralitze marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| } | ||
| ] | ||
| }, | ||
| "Dimmer": { | ||
| "capability": { | ||
| "type": "Intensity" | ||
| } | ||
| } | ||
| }, | ||
| "modes": [ | ||
| { | ||
| "name": "6-channel", | ||
| "shortName": "6ch", | ||
| "channels": [ | ||
| "Red", | ||
| "Green", | ||
| "Blue", | ||
| "White", | ||
| "Amber", | ||
| "UV" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "8-channel", | ||
| "shortName": "8ch", | ||
| "channels": [ | ||
| "Effect", | ||
| "Red", | ||
| "Green", | ||
| "Blue", | ||
| "White", | ||
| "Amber", | ||
| "UV", | ||
| "Effect Speed" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "10-channel", | ||
| "shortName": "10ch", | ||
| "channels": [ | ||
| "Red", | ||
| "Green", | ||
| "Blue", | ||
| "White", | ||
| "Amber", | ||
| "UV", | ||
| "Color Pattern", | ||
| "Strobe Speed", | ||
| "Fade Control", | ||
| "Dimmer" | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.