Created
January 3, 2017 17:42
-
-
Save jean-emmanuel/8b9f49f9a30aeacc6c735f4edbfef6d6 to your computer and use it in GitHub Desktop.
test sessions for open stage control (new switchers widgets)
This file contains 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
[ | |
{ | |
"label": "Switcher / Crossfader", | |
"widgets": [ | |
{ | |
"type": "switcher", | |
"id": "switcher_1", | |
"label": "^sliders Switcher", | |
"left": "auto", | |
"top": "auto", | |
"width": 560, | |
"height": 110, | |
"horizontal": true, | |
"color": "auto", | |
"css": "", | |
"values": [ | |
"A", | |
"B", | |
"C", | |
"D" | |
], | |
"value": "A", | |
"address": "/switcher_1", | |
"preArgs": [], | |
"target": [], | |
"linkedWidgets": [ | |
"panel_1", | |
"panel_2" | |
], | |
"linkId": "" | |
}, | |
{ | |
"type": "panel", | |
"top": 120, | |
"left": 0, | |
"id": "panel_1", | |
"label": "^window-maximize Container 1", | |
"width": 700, | |
"height": 240, | |
"scroll": true, | |
"color": "auto", | |
"css": "", | |
"widgets": [ | |
{ | |
"type": "rgb", | |
"top": 0, | |
"left": 0, | |
"id": "rgb_1", | |
"linkId": "", | |
"label": "auto", | |
"width": 140, | |
"height": 210, | |
"css": "", | |
"snap": false, | |
"value": "", | |
"precision": 0, | |
"address": "/rgb_1", | |
"preArgs": [], | |
"split": false, | |
"target": [] | |
}, | |
{ | |
"type": "rgb", | |
"top": 0, | |
"left": 140, | |
"id": "rgb_2", | |
"label": "auto", | |
"width": 140, | |
"height": 210, | |
"css": "", | |
"snap": false, | |
"value": "", | |
"precision": 0, | |
"address": "/rgb_2", | |
"preArgs": [], | |
"split": false, | |
"target": [], | |
"linkId": "" | |
}, | |
{ | |
"type": "rgb", | |
"top": 0, | |
"left": 280, | |
"id": "rgb_3", | |
"label": "auto", | |
"width": 140, | |
"height": 210, | |
"css": "", | |
"snap": false, | |
"value": "", | |
"precision": 0, | |
"address": "/rgb_3", | |
"preArgs": [], | |
"split": false, | |
"target": [], | |
"linkId": "" | |
}, | |
{ | |
"type": "rgb", | |
"top": 0, | |
"left": 420, | |
"id": "rgb_4", | |
"label": "auto", | |
"width": 140, | |
"height": 210, | |
"css": "", | |
"snap": false, | |
"value": "", | |
"precision": 0, | |
"address": "/rgb_4", | |
"preArgs": [], | |
"split": false, | |
"target": [], | |
"linkId": "" | |
}, | |
{ | |
"type": "rgb", | |
"top": 0, | |
"left": 560, | |
"id": "rgb_5", | |
"label": "auto", | |
"width": 140, | |
"height": 210, | |
"css": "", | |
"snap": false, | |
"value": "", | |
"precision": 0, | |
"address": "/rgb_5", | |
"preArgs": [], | |
"split": false, | |
"target": [], | |
"linkId": "" | |
} | |
], | |
"tabs": [] | |
}, | |
{ | |
"type": "crossfader", | |
"top": 0, | |
"left": 560, | |
"id": "switcher_1", | |
"linkId": "", | |
"linkedWidgets": [ | |
"panel_1", | |
"panel_2" | |
], | |
"label": "^remove Crossfader", | |
"width": 140, | |
"height": 110, | |
"horizontal": false, | |
"color": "auto", | |
"css": "", | |
"value": "A", | |
"address": "/crossfader_1", | |
"preArgs": [], | |
"target": [], | |
"values": [ | |
"B", | |
"A" | |
] | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment