From 3a80434bbedd7c772155ca55c4cfb53b14bd65a4 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 9 Feb 2022 21:10:06 +0100 Subject: [PATCH] Update template to newer version of Open Stage Control --- qlab-display_layout.json | 41 +++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/qlab-display_layout.json b/qlab-display_layout.json index 565a244..08b908f 100644 --- a/qlab-display_layout.json +++ b/qlab-display_layout.json @@ -1,6 +1,6 @@ { "createdWith": "Open Stage Control", - "version": "1.11.1", + "version": "1.14.5", "type": "session", "content": { "type": "root", @@ -36,7 +36,6 @@ "target": "", "ignoreDefaults": false, "bypass": false, - "script": "", "widgets": [ { "type": "text", @@ -69,7 +68,8 @@ "preArgs": "", "decimals": 2, "target": "", - "script": "" + "onValue": "", + "onCreate": "" }, { "type": "text", @@ -101,8 +101,9 @@ "preArgs": "", "decimals": 2, "target": "", - "script": "", - "align": "left" + "align": "left", + "onValue": "", + "onCreate": "" }, { "type": "text", @@ -134,8 +135,9 @@ "preArgs": "", "decimals": 2, "target": "", - "script": "", - "align": "center" + "align": "center", + "onValue": "", + "onCreate": "" }, { "type": "button", @@ -167,7 +169,6 @@ "preArgs": "", "decimals": 2, "target": "127.0.0.1:2000", - "script": "", "interaction": true, "colorTextOn": "auto", "label": "auto", @@ -177,7 +178,9 @@ "doubleTap": false, "typeTags": "", "ignoreDefaults": false, - "bypass": false + "bypass": false, + "onValue": "", + "onCreate": "" }, { "type": "button", @@ -219,7 +222,8 @@ "target": "127.0.0.1:2000", "ignoreDefaults": false, "bypass": false, - "script": "" + "onValue": "", + "onCreate": "" }, { "type": "button", @@ -261,7 +265,8 @@ "target": "127.0.0.1:2000", "ignoreDefaults": false, "bypass": false, - "script": "" + "onValue": "", + "onCreate": "" }, { "type": "button", @@ -303,7 +308,8 @@ "target": "127.0.0.1:2000", "ignoreDefaults": false, "bypass": false, - "script": "" + "onValue": "", + "onCreate": "" }, { "type": "button", @@ -345,7 +351,8 @@ "target": "127.0.0.1:2000", "ignoreDefaults": false, "bypass": false, - "script": "" + "onValue": "", + "onCreate": "" }, { "type": "button", @@ -387,9 +394,13 @@ "target": "127.0.0.1:2000", "ignoreDefaults": false, "bypass": false, - "script": "" + "onValue": "", + "onCreate": "" } ], - "tabs": [] + "tabs": [], + "onValue": "", + "hideMenu": false, + "onCreate": "" } } \ No newline at end of file