Skip to content
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

Add fixture chauvet-professional/ovation-p-56-f #3968

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 109 additions & 0 deletions fixtures/chauvet-professional/ovation-p-56-f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"$schema": "https://raw.githubusercontent.com/OpenLightingProject/open-fixture-library/master/schemas/fixture.json",
"name": "Ovation P-56 F",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "Ovation P-56 F",
"name": "Ovation P-56FC",

Webpage/manual say "P-56FC". I'm not sure if "P-56 F" is a similar model or a typo.

"categories": ["Other"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"categories": ["Other"],
"categories": ["Color Changer"],

"meta": {
"authors": ["van egmond"],
"createDate": "2024-05-13",
"lastModifyDate": "2024-05-13"
},
"links": {
"manual": [
"https://www.chauvetprofessional.com/wp-content/uploads/2015/01/Ovation_P-56FC_UM_Rev9.pdf"
],
"productPage": [
"https://www.chauvetprofessional.com/products/ovation-p-56fc/"
],
"video": [
"https://www.youtube.com/watch?time_continue=10&v=yN8PjMBAPBo&embeds_referring_euri=https%3A%2F%2Fwww.chauvetprofessional.com%2F&embeds_referring_origin=https%3A%2F%2Fwww.chauvetprofessional.com&source_ve_path=Mjg2NjY&feature=emb_logo"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"https://www.youtube.com/watch?time_continue=10&v=yN8PjMBAPBo&embeds_referring_euri=https%3A%2F%2Fwww.chauvetprofessional.com%2F&embeds_referring_origin=https%3A%2F%2Fwww.chauvetprofessional.com&source_ve_path=Mjg2NjY&feature=emb_logo"
"https://www.youtube.com/watch?v=yN8PjMBAPBo"

]
},
"availableChannels": {
"Dimmer": {
"fineChannelAliases": ["Dimmer fine"],
"capability": {
"type": "Intensity"
}
},
"Red": {
"fineChannelAliases": ["Red fine"],
"capability": {
"type": "ColorIntensity",
"color": "Red"
}
},
"Green": {
"fineChannelAliases": ["Green fine"],
"capability": {
"type": "ColorIntensity",
"color": "Green"
}
},
"Blue": {
"fineChannelAliases": ["Blue fine"],
"capability": {
"type": "ColorIntensity",
"color": "Blue"
}
},
"Amber": {
"fineChannelAliases": ["Amber fine"],
"capability": {
"type": "ColorIntensity",
"color": "Amber"
}
},
"Lime": {
"fineChannelAliases": ["Lime fine"],
"capability": {
"type": "ColorIntensity",
"color": "Lime"
}
},
"Strobe": {
"capability": {
"type": "NoFunction"
}
Comment on lines +64 to +66
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"capability": {
"type": "NoFunction"
}
"capabilities": [
{
"dmxRange": [0, 10],
"type": "NoFunction"
},
{
"dmxRange": [11, 255],
"type": "ShutterStrobe",
"shutterEffect": "Strobe",
"speedStart": "slow",
"speedEnd": "fast"
}
]

},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
},
},
"Auto programs": {
"capabilities": [
{
"dmxRange": [0, 10],
"type": "NoFunction"
},
{
"dmxRange": [11, 60],
"type": "Effect",
"effectName": "Auto program 1"
},
{
"dmxRange": [61, 110],
"type": "Effect",
"effectName": "Auto program 2"
},
{
"dmxRange": [111, 160],
"type": "Effect",
"effectName": "Auto program 3"
},
{
"dmxRange": [161, 210],
"type": "Effect",
"effectName": "Auto program 4"
},
{
"dmxRange": [211, 255],
"type": "Effect",
"effectName": "Auto program 5"
}
]
},
"Auto speed": {
"capability": {
"type": "EffectSpeed",
"speedStart": "slow",
"speedEnd": "fast"
}
},

"Virtual color wheel": {
"capability": {
"type": "ColorPreset"
}
Comment on lines +69 to +71
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"capability": {
"type": "ColorPreset"
}
"capabilities": [
{
"dmxRange": [0, 7],
"type": "NoFunction"
},
{
"dmxRange": [8, 15],
"type": "ColorPreset",
"comment": "C3050-Md Yellow"
},
{
"dmxRange": [16, 23],
"type": "ColorPreset",
"comment": "C3040-Lt Yellow"
},
{
"dmxRange": [24, 31],
"type": "ColorPreset",
"comment": "C3240-Amb Yellow"
},
{
"dmxRange": [32, 39],
"type": "ColorPreset",
"comment": "C2340-VLt Amber"
},
{
"dmxRange": [40, 47],
"type": "ColorPreset",
"comment": "C2040-Lt Amber"
},
{
"dmxRange": [48, 55],
"type": "ColorPreset",
"comment": "C2050-Md Amber"
},
{
"dmxRange": [56, 63],
"type": "ColorPreset",
"comment": "C2060-Dk Amber"
},
{
"dmxRange": [64, 71],
"type": "ColorPreset",
"comment": "C1050-Lt Red"
},
{
"dmxRange": [72, 79],
"type": "ColorPreset",
"comment": "C1080-Md Red"
},
{
"dmxRange": [80, 87],
"type": "ColorPreset",
"comment": "C1020-NC Pink"
},
{
"dmxRange": [88, 95],
"type": "ColorPreset",
"comment": "C1030-Md Pink"
},
{
"dmxRange": [96, 103],
"type": "ColorPreset",
"comment": "C1630-Dk Pink"
},
{
"dmxRange": [104, 111],
"type": "ColorPreset",
"comment": "C1250-Md Red Amber"
},
{
"dmxRange": [112, 119],
"type": "ColorPreset",
"comment": "C1060-Dk Red Amber"
},
{
"dmxRange": [120, 127],
"type": "ColorPreset",
"comment": "C1650-Magenta"
},
{
"dmxRange": [128, 135],
"type": "ColorPreset",
"comment": "C6170-Dk Magenta"
},
{
"dmxRange": [136, 143],
"type": "ColorPreset",
"comment": "C6020-Lt Lavender"
},
{
"dmxRange": [144, 151],
"type": "ColorPreset",
"comment": "C5030-Lt Blue"
},
{
"dmxRange": [152, 159],
"type": "ColorPreset",
"comment": "C5020-VLt Blue"
},
{
"dmxRange": [160, 167],
"type": "ColorPreset",
"comment": "C5430-Lt Blue2"
},
{
"dmxRange": [168, 175],
"type": "ColorPreset",
"comment": "C5070-Blue"
},
{
"dmxRange": [176, 183],
"type": "ColorPreset",
"comment": "C5050-Md Blue"
},
{
"dmxRange": [184, 191],
"type": "ColorPreset",
"comment": "C5060-Dk Blue"
},
{
"dmxRange": [192, 199],
"type": "ColorPreset",
"comment": "C5690-Indigo"
},
{
"dmxRange": [200, 207],
"type": "ColorPreset",
"comment": "C5080-VDk Blue"
},
{
"dmxRange": [208, 215],
"type": "ColorPreset",
"comment": "C5081-VdK Blue2"
},
{
"dmxRange": [216, 215],
"type": "ColorPreset",
"comment": "C4370-Yel Green"
},
{
"dmxRange": [224, 231],
"type": "ColorPreset",
"comment": "C4070-Green"
},
{
"dmxRange": [232, 239],
"type": "ColorPreset",
"comment": "C4550-Turquoise"
},
{
"dmxRange": [240, 247],
"type": "ColorPreset",
"comment": "C4560-Aqua"
},
{
"dmxRange": [248, 255],
"type": "ColorPreset",
"comment": "C4570-Blue Green"
}
]

It's not officially documented which color is at which value, but there's 31 colors so I assume they're evenly spaced and the first slot is open.

The manual has RGBAL values for each of these, but there isn't any way yet (see #437) to encode RGBAL in OFL.

},
"Color temerature": {
"capability": {
"type": "ColorTemperature",
"colorTemperatureStart": "CTO",
"colorTemperatureEnd": "CTB"
Comment on lines +76 to +77
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"colorTemperatureStart": "CTO",
"colorTemperatureEnd": "CTB"
"colorTemperatureStart": "2800K",
"colorTemperatureEnd": "6500K"

}
},
"Control": {
"capability": {
"type": "NoFunction"
}
Comment on lines +81 to +83
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"capability": {
"type": "NoFunction"
}
"capabilities": [
{
"dmxRange": [0, 7],
"type": "NoFunction"
},
{
"dmxRange": [8, 15],
"type": "Maintenance",
"hold": "3s",
"comment": "Dimmer Reset"
},
{
"dmxRange": [16, 23],
"type": "Maintenance",
"hold": "3s",
"comment": "Red Shift On"
},
{
"dmxRange": [24, 31],
"type": "Maintenance",
"hold": "3s",
"comment": "Red Shift Off"
},
{
"dmxRange": [32, 39],
"type": "Maintenance",
"hold": "3s",
"comment": "Dimmer: S-Curve"
},
{
"dmxRange": [40, 47],
"type": "Maintenance",
"hold": "3s",
"comment": "Dimmer: Linear"
},
{
"dmxRange": [48, 55],
"type": "Maintenance",
"hold": "3s",
"comment": "Dimmer: Square"
},
{
"dmxRange": [56, 63],
"type": "Maintenance",
"hold": "3s",
"comment": "Dimmer: Inverse Square"
},
{
"dmxRange": [64, 71],
"type": "Maintenance",
"hold": "3s",
"comment": "Dimmer Mode: Off"
},
{
"dmxRange": [72, 79],
"type": "Maintenance",
"hold": "3s",
"comment": "Dimmer Mode 1"
},
{
"dmxRange": [80, 87],
"type": "Maintenance",
"hold": "3s",
"comment": "Dimmer Mode 2"
},
{
"dmxRange": [88, 95],
"type": "Maintenance",
"hold": "3s",
"comment": "Dimmer Mode 3"
},
{
"dmxRange": [96, 103],
"type": "Maintenance",
"hold": "3s",
"comment": "X-Fade Speed: OFF"
},
{
"dmxRange": [104, 111],
"type": "Maintenance",
"hold": "3s",
"comment": "X-Fade Speed: 1 (fastest)"
},
{
"dmxRange": [112, 119],
"type": "Maintenance",
"hold": "3s",
"comment": "X-Fade Speed: 2"
},
{
"dmxRange": [120, 127],
"type": "Maintenance",
"hold": "3s",
"comment": "X-Fade Speed: 3"
},
{
"dmxRange": [128, 135],
"type": "Maintenance",
"hold": "3s",
"comment": "X-Fade Speed: 4 (slowest)"
},
{
"dmxRange": [136, 255],
"type": "NoFunction"
}
]

}
},
"modes": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"modes": [
"modes": [
{
"name": "5-channel",
"channels": [
"Red",
"Green",
"Blue",
"Amber",
"Lime"
]
},
{
"name": "7-channel",
"channels": [
"Dimmer",
"Red",
"Green",
"Blue",
"Amber",
"Lime",
"Strobe"
]
},
{
"name": "10-channel",
"channels": [
"Dimmer",
"Dimmer fine",
"Red",
"Green",
"Blue",
"Amber",
"Lime",
"Strobe",
"Virtual color wheel",
"Color temperature"
]
},
{
"name": "12-channel",
"channels": [
"Dimmer",
"Dimmer fine",
"Red",
"Green",
"Blue",
"Amber",
"Lime",
"Strobe",
"Virtual color wheel",
"Color temperature",
"Auto programs",
"Auto speed"
]
},
{
"name": "13-channel",
"channels": [
"Dimmer",
"Dimmer fine",
"Red",
"Red fine",
"Green",
"Green fine",
"Blue",
"Blue fine",
"Amber",
"Amber fine",
"Lime",
"Lime fine",
"Strobe"
]
},

{
"name": "16ch",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "16ch",
"name": "16-channel",

"channels": [
"Dimmer",
"Dimmer fine",
"Red",
"Red fine",
"Green",
"Green fine",
"Blue",
"Blue fine",
"Amber",
"Amber fine",
"Lime",
"Lime fine",
"Strobe",
"Virtual color wheel",
"Color temerature",
"Control"
]
}
]
}
Loading