Skip to content

Orbiter update #3325

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
wants to merge 11 commits into
base: master
Choose a base branch
from
45 changes: 45 additions & 0 deletions fixtures/aputure/ls-120d-ii.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Aputure LS 120d II",
"shortName": "Aputure LS 120d II",
"categories": [
"Dimmer"
],
"meta": {
"authors": [
"Showrunner"
],
"createDate": "2022-09-08",
"lastModifyDate": "2022-09-08"
},
"links": {
"other": [
"https://www.aputure.com/wp-content/uploads/2019/10/LS-C120d-II_Product_Manual_EN.pdf"
]
},
"availableChannels": {
"Dimmer": {
"defaultValue": 0,
"capability": {
"type": "Intensity"
}
},
"Strobe": {
"defaultValue": 0,
"capability": {
"type": "ShutterStrobe",
"shutterEffect": "Strobe"
}
}
},
"modes": [
{
"name": "Lighting 8-bit",
"shortName": "Default",
"channels": [
"Dimmer",
"Strobe"
]
}
]
}
124 changes: 124 additions & 0 deletions fixtures/aputure/ls-600c-pro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Aputure LS 600c Pro",
"shortName": "Aputure LS 600c Pro",
"categories": [
"Color Changer"
],
"meta": {
"authors": [
"Showrunner"
],
"createDate": "2022-09-07",
"lastModifyDate": "2022-09-07"
},
"links": {
"other": [
"https://www.aputure.com/wp-content/uploads/2022/06/LS600c-Pro-DMX-Profile-Specification-V1.0.1-.pdf"
]
},
"availableChannels": {
"Dimmer": {
"defaultValue": 0,
"highlightValue": 255,
"capability": {
"type": "Intensity"
}
},
"Color Temperature": {
"capability": {
"type": "ColorTemperature",
"colorTemperatureStart": "2300K",
"colorTemperatureEnd": "10000K"
}
},
"Green-Magenta Point": {
"name": "Green-Magenta Point",
"defaultValue": 0,
"capabilities": [
{
"dmxRange": [0, 10],
"type": "Generic",
"comment": "Neutral"
},
{
"dmxRange": [11, 20],
"type": "Generic",
"comment": "Full minus green"
},
{
"dmxRange": [21, 119],
"type": "Generic",
"comment": "-99%…-1%"
},
{
"dmxRange": [120, 145],
"type": "Generic",
"comment": "Neutral"
},
{
"dmxRange": [146, 244],
"type": "Generic",
"comment": "1%…99%"
},
{
"dmxRange": [245, 255],
"type": "Generic",
"comment": "Full plus green"
}
]
},
"Cross Fade to Color": {
"fineChannelAliases": ["Cross Fade to Color fine"],
"defaultValue": 0,
"capability": {
"type": "Generic",
"comment": "White … RGBW/HSI color"
}
},
"Red": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"defaultValue": 0,
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"Strobe": {
"defaultValue": 0,
"capability": {
"type": "ShutterStrobe",
"shutterEffect": "Strobe"
}
}
},
"modes": [
{
"name": "1: CCT & RGB 8bit",
"shortName": "CCT & RGB",
"channels": [
"Dimmer",
"Color Temperature",
"Green-Magenta Point",
"Cross Fade to Color",
"Red",
"Green",
"Blue",
"Strobe"
]
}
]
}
12 changes: 3 additions & 9 deletions fixtures/aputure/nova-p300c.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
]
},
"CCT <-> RGB": {
"Cross Fade to Color": {
"capability": {
"type": "Generic",
"comment": "crossfade to color"
Expand Down Expand Up @@ -123,12 +123,6 @@
"brightnessEnd": "100%"
}
},
"CCT <-> HSI": {
"capability": {
"type": "Generic",
"comment": "Cross Fade To Color"
}
},
"Gel R/L": {
"capabilities": [
{
Expand Down Expand Up @@ -581,7 +575,7 @@
"Intensity",
"CCT",
"Green/Magenta Point",
"CCT <-> RGB",
"Cross Fade to Color",
"Red",
"Green",
"Blue"
Expand All @@ -601,7 +595,7 @@
"Intensity",
"CCT",
"Green/Magenta Point",
"CCT <-> HSI",
"Cross Fade to Color",
"Hue",
"Saturation"
]
Expand Down
Loading