Skip to content

Commit 135879d

Browse files
committed
Added colour wheel macro for Par 18Z
1 parent 5b3def3 commit 135879d

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

fixtures/Fusion_X_Par_18Z.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
{
113113
"channel": 14,
114114
"label": "Colour Wheel",
115+
"home": 0,
115116
"ranges": [
116117
{
117118
"range": [0, 3],
@@ -477,6 +478,18 @@
477478
"label": "zoom",
478479
"channels": [{ "LoRes": 4 }]
479480
}
481+
},
482+
{
483+
"control": {
484+
"label": "ctc",
485+
"channels": [{ "LoRes": 15 }]
486+
}
487+
},
488+
{
489+
"control": {
490+
"label": "colour wheel",
491+
"channels": [{ "LoRes": 14 }]
492+
}
480493
}
481494
]
482495
}

src/all_fixtures.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,12 @@
639639
"label": "shutter",
640640
"channels": [{ "LoRes": 6 }]
641641
}
642+
},
643+
{
644+
"control": {
645+
"label": "cto",
646+
"channels": [{ "LoRes": 30 }]
647+
}
642648
}
643649
]
644650
},
@@ -1356,6 +1362,12 @@
13561362
"label": "shutter",
13571363
"channels": [{ "LoRes": 6 }]
13581364
}
1365+
},
1366+
{
1367+
"control": {
1368+
"label": "cto",
1369+
"channels": [{ "HiRes": [48, 49] }]
1370+
}
13591371
}
13601372
]
13611373
}
@@ -3203,6 +3215,7 @@
32033215
{
32043216
"channel": 14,
32053217
"label": "Colour Wheel",
3218+
"home": 0,
32063219
"ranges": [
32073220
{
32083221
"range": [0, 3],
@@ -3568,6 +3581,18 @@
35683581
"label": "zoom",
35693582
"channels": [{ "LoRes": 4 }]
35703583
}
3584+
},
3585+
{
3586+
"control": {
3587+
"label": "ctc",
3588+
"channels": [{ "LoRes": 15 }]
3589+
}
3590+
},
3591+
{
3592+
"control": {
3593+
"label": "colour wheel",
3594+
"channels": [{ "LoRes": 14 }]
3595+
}
35713596
}
35723597
]
35733598
}

0 commit comments

Comments
 (0)