Skip to content

Commit

Permalink
Update template to newer version of Open Stage Control
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmith96 committed Feb 9, 2022
1 parent ec58b3d commit 3a80434
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions qlab-display_layout.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"createdWith": "Open Stage Control",
"version": "1.11.1",
"version": "1.14.5",
"type": "session",
"content": {
"type": "root",
Expand Down Expand Up @@ -36,7 +36,6 @@
"target": "",
"ignoreDefaults": false,
"bypass": false,
"script": "",
"widgets": [
{
"type": "text",
Expand Down Expand Up @@ -69,7 +68,8 @@
"preArgs": "",
"decimals": 2,
"target": "",
"script": ""
"onValue": "",
"onCreate": ""
},
{
"type": "text",
Expand Down Expand Up @@ -101,8 +101,9 @@
"preArgs": "",
"decimals": 2,
"target": "",
"script": "",
"align": "left"
"align": "left",
"onValue": "",
"onCreate": ""
},
{
"type": "text",
Expand Down Expand Up @@ -134,8 +135,9 @@
"preArgs": "",
"decimals": 2,
"target": "",
"script": "",
"align": "center"
"align": "center",
"onValue": "",
"onCreate": ""
},
{
"type": "button",
Expand Down Expand Up @@ -167,7 +169,6 @@
"preArgs": "",
"decimals": 2,
"target": "127.0.0.1:2000",
"script": "",
"interaction": true,
"colorTextOn": "auto",
"label": "auto",
Expand All @@ -177,7 +178,9 @@
"doubleTap": false,
"typeTags": "",
"ignoreDefaults": false,
"bypass": false
"bypass": false,
"onValue": "",
"onCreate": ""
},
{
"type": "button",
Expand Down Expand Up @@ -219,7 +222,8 @@
"target": "127.0.0.1:2000",
"ignoreDefaults": false,
"bypass": false,
"script": ""
"onValue": "",
"onCreate": ""
},
{
"type": "button",
Expand Down Expand Up @@ -261,7 +265,8 @@
"target": "127.0.0.1:2000",
"ignoreDefaults": false,
"bypass": false,
"script": ""
"onValue": "",
"onCreate": ""
},
{
"type": "button",
Expand Down Expand Up @@ -303,7 +308,8 @@
"target": "127.0.0.1:2000",
"ignoreDefaults": false,
"bypass": false,
"script": ""
"onValue": "",
"onCreate": ""
},
{
"type": "button",
Expand Down Expand Up @@ -345,7 +351,8 @@
"target": "127.0.0.1:2000",
"ignoreDefaults": false,
"bypass": false,
"script": ""
"onValue": "",
"onCreate": ""
},
{
"type": "button",
Expand Down Expand Up @@ -387,9 +394,13 @@
"target": "127.0.0.1:2000",
"ignoreDefaults": false,
"bypass": false,
"script": ""
"onValue": "",
"onCreate": ""
}
],
"tabs": []
"tabs": [],
"onValue": "",
"hideMenu": false,
"onCreate": ""
}
}

0 comments on commit 3a80434

Please sign in to comment.