{
  "type": "session",
  "version": "1.30.3",
  "createdWith": "Modulaser",
  "content": {
    "type": "root",
    "id": "root",
    "label": "Modulaser",
    "color": "#1a1a1f",
    "padding": 0,
    "scroll": false,
    "tabsPosition": "top",
    "widgets": [],
    "tabs": [
      {
        "type": "panel",
        "id": "panel_15",
        "top": 0,
        "left": 0,
        "width": 1024,
        "height": 728,
        "label": "Master",
        "color": "auto",
        "borderRadius": 0,
        "padding": 0,
        "widgets": [
          {
            "type": "text",
            "id": "text_1",
            "top": 8,
            "left": 12,
            "width": 592,
            "height": 26,
            "value": "OUTPUT",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#3373d9",
            "css": "font-size: 20px; font-weight: 600;"
          },
          {
            "type": "switch",
            "id": "output_color_preset",
            "top": 44,
            "left": 12,
            "width": 590,
            "height": 56,
            "address": "/output/color/preset",
            "ignoreDefaults": true,
            "values": {
              "RED": "red",
              "GREEN": "green",
              "BLUE": "blue",
              "WHITE": "white"
            },
            "layout": "horizontal",
            "label": false,
            "default": "",
            "onValue": "if (value === 'red') {\n  set('output_color_hue', 0.0)\n  set('output_color_saturation', 1.0)\n  set('output_color_lightness', 0.5)\n  set('output_color_level', 1.0)\n}\nif (value === 'green') {\n  set('output_color_hue', 0.33)\n  set('output_color_saturation', 1.0)\n  set('output_color_lightness', 0.5)\n  set('output_color_level', 1.0)\n}\nif (value === 'blue') {\n  set('output_color_hue', 0.66)\n  set('output_color_saturation', 1.0)\n  set('output_color_lightness', 0.5)\n  set('output_color_level', 1.0)\n}\nif (value === 'white') {\n  set('output_color_hue', 0.0)\n  set('output_color_saturation', 0.0)\n  set('output_color_lightness', 1.0)\n  set('output_color_level', 1.0)\n}",
            "css": "value:nth-child(1) { background: #d93333 !important; color: #ffffff !important; }\nvalue:nth-child(2) { background: #40bf59 !important; color: #ffffff !important; }\nvalue:nth-child(3) { background: #4073e6 !important; color: #ffffff !important; }\nvalue:nth-child(4) { background: #ebebeb !important; color: #000000 !important; }\nvalue.on { box-shadow: 0 0 0 3px #fff inset; filter: brightness(1.15); }\nfont-size: 15px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "output_color_hue",
            "top": 108,
            "left": 12,
            "width": 143,
            "height": 450,
            "address": "/output/color/hue",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#3373d9",
            "pips": false,
            "design": "default",
            "input": false,
            "onValue": "var eq = function(a,b){ return Math.abs(a-b) < 0.001; };\nvar h = get('output_color_hue');\nvar s = get('output_color_saturation');\nvar l = get('output_color_lightness');\nvar lv = get('output_color_level');\nvar preset = '';\nif (eq(h,0.0) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'red';\nif (eq(h,0.33) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'green';\nif (eq(h,0.66) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'blue';\nif (eq(h,0.0) && eq(s,0.0) && eq(l,1.0) && eq(lv,1.0)) preset = 'white';\nset('output_color_preset', preset, false, false);"
          },
          {
            "type": "text",
            "id": "text_2",
            "top": 562,
            "left": 12,
            "width": 143,
            "height": 20,
            "value": "HUE",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#d9d9d9",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "output_color_saturation",
            "top": 108,
            "left": 161,
            "width": 143,
            "height": 450,
            "address": "/output/color/saturation",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#3373d9",
            "pips": false,
            "design": "default",
            "input": false,
            "onValue": "var eq = function(a,b){ return Math.abs(a-b) < 0.001; };\nvar h = get('output_color_hue');\nvar s = get('output_color_saturation');\nvar l = get('output_color_lightness');\nvar lv = get('output_color_level');\nvar preset = '';\nif (eq(h,0.0) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'red';\nif (eq(h,0.33) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'green';\nif (eq(h,0.66) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'blue';\nif (eq(h,0.0) && eq(s,0.0) && eq(l,1.0) && eq(lv,1.0)) preset = 'white';\nset('output_color_preset', preset, false, false);"
          },
          {
            "type": "text",
            "id": "text_3",
            "top": 562,
            "left": 161,
            "width": 143,
            "height": 20,
            "value": "SAT",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#d9d9d9",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "output_color_lightness",
            "top": 108,
            "left": 310,
            "width": 143,
            "height": 450,
            "address": "/output/color/lightness",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#3373d9",
            "pips": false,
            "design": "default",
            "input": false,
            "onValue": "var eq = function(a,b){ return Math.abs(a-b) < 0.001; };\nvar h = get('output_color_hue');\nvar s = get('output_color_saturation');\nvar l = get('output_color_lightness');\nvar lv = get('output_color_level');\nvar preset = '';\nif (eq(h,0.0) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'red';\nif (eq(h,0.33) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'green';\nif (eq(h,0.66) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'blue';\nif (eq(h,0.0) && eq(s,0.0) && eq(l,1.0) && eq(lv,1.0)) preset = 'white';\nset('output_color_preset', preset, false, false);"
          },
          {
            "type": "text",
            "id": "text_4",
            "top": 562,
            "left": 310,
            "width": 143,
            "height": 20,
            "value": "LIGHT",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#d9d9d9",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "output_color_level",
            "top": 108,
            "left": 459,
            "width": 143,
            "height": 450,
            "address": "/output/color/level",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#3373d9",
            "pips": false,
            "design": "default",
            "input": false,
            "onValue": "var eq = function(a,b){ return Math.abs(a-b) < 0.001; };\nvar h = get('output_color_hue');\nvar s = get('output_color_saturation');\nvar l = get('output_color_lightness');\nvar lv = get('output_color_level');\nvar preset = '';\nif (eq(h,0.0) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'red';\nif (eq(h,0.33) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'green';\nif (eq(h,0.66) && eq(s,1.0) && eq(l,0.5) && eq(lv,1.0)) preset = 'blue';\nif (eq(h,0.0) && eq(s,0.0) && eq(l,1.0) && eq(lv,1.0)) preset = 'white';\nset('output_color_preset', preset, false, false);"
          },
          {
            "type": "text",
            "id": "text_5",
            "top": 562,
            "left": 459,
            "width": 143,
            "height": 20,
            "value": "LEVEL",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#d9d9d9",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "output_speed",
            "top": 586,
            "left": 12,
            "width": 142,
            "height": 110,
            "address": "/output/speed",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#3373d9",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "text",
            "id": "text_6",
            "top": 698,
            "left": 12,
            "width": 142,
            "height": 18,
            "value": "SPEED",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#d9d9d9",
            "css": "font-size: 12px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "output_strobe_rate",
            "top": 586,
            "left": 162,
            "width": 142,
            "height": 110,
            "address": "/output/strobe/rate",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#3373d9",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "text",
            "id": "text_7",
            "top": 698,
            "left": 162,
            "width": 142,
            "height": 18,
            "value": "RATE",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#d9d9d9",
            "css": "font-size: 12px; font-weight: 600;"
          },
          {
            "type": "button",
            "id": "btn_8",
            "top": 586,
            "left": 312,
            "width": 142,
            "height": 130,
            "address": "/output/strobe/enabled",
            "label": "STROBE",
            "color": "#3373d9",
            "mode": "toggle",
            "on": 1.0,
            "off": 0,
            "led": true,
            "css": "--color-text: #ffffff; font-size: 18px;"
          },
          {
            "type": "button",
            "id": "btn_9",
            "top": 586,
            "left": 462,
            "width": 142,
            "height": 130,
            "address": "/output/blackout",
            "label": "BLACKOUT",
            "color": "#d93333",
            "mode": "toggle",
            "on": 1.0,
            "off": 0,
            "led": true,
            "css": "--color-text: #ffffff; font-size: 18px;"
          },
          {
            "type": "text",
            "id": "text_10",
            "top": 8,
            "left": 616,
            "width": 396,
            "height": 26,
            "value": "BPM",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#f28d33",
            "css": "font-size: 20px; font-weight: 600;"
          },
          {
            "type": "text",
            "id": "readout_11",
            "top": 44,
            "left": 616,
            "width": 396,
            "height": 50,
            "value": "OSC{/bpm/value, \"\u2014\"}",
            "ignoreDefaults": true,
            "label": false,
            "vertical": false,
            "align": "center",
            "color": "#f28d33",
            "interaction": false,
            "css": "font-size: 42px; font-weight: 700;"
          },
          {
            "type": "fader",
            "id": "bpm_value",
            "top": 100,
            "left": 616,
            "width": 396,
            "height": 458,
            "address": "/bpm/value",
            "range": {
              "min": 20.0,
              "max": 300.0
            },
            "horizontal": false,
            "label": false,
            "color": "#f28d33",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "text",
            "id": "text_12",
            "top": 562,
            "left": 616,
            "width": 396,
            "height": 20,
            "value": "20 \u2014 300 BPM",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#d9d9d9",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "button",
            "id": "btn_13",
            "top": 586,
            "left": 616,
            "width": 194,
            "height": 130,
            "address": "/bpm/tap",
            "label": "TAP",
            "color": "#f28d33",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 32px;"
          },
          {
            "type": "button",
            "id": "btn_14",
            "top": 586,
            "left": 818,
            "width": 194,
            "height": 130,
            "address": "/bpm/resync",
            "label": "RESYNC",
            "color": "#f28d33",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 24px;"
          }
        ],
        "tabs": [],
        "colorText": "#3373d9",
        "colorWidget": "#3373d9"
      },
      {
        "type": "panel",
        "id": "panel_55",
        "top": 0,
        "left": 0,
        "width": 1024,
        "height": 728,
        "label": "Cue",
        "color": "auto",
        "borderRadius": 0,
        "padding": 0,
        "widgets": [
          {
            "type": "text",
            "id": "text_16",
            "top": 12,
            "left": 16,
            "width": 992,
            "height": 30,
            "value": "CUE LIST",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#4dbf66",
            "css": "font-size: 24px; font-weight: 600;"
          },
          {
            "type": "button",
            "id": "btn_17",
            "top": 56,
            "left": 16,
            "width": 992,
            "height": 180,
            "address": "/cue/playpause",
            "label": "PLAY / PAUSE",
            "color": "#4dbf66",
            "mode": "toggle",
            "on": 1.0,
            "off": 0,
            "led": true,
            "css": "--color-text: #ffffff; font-size: 36px;"
          },
          {
            "type": "button",
            "id": "btn_18",
            "top": 252,
            "left": 16,
            "width": 488,
            "height": 130,
            "address": "/cue/previous",
            "label": "PREV CUE",
            "color": "#4dbf66",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 22px;"
          },
          {
            "type": "button",
            "id": "btn_19",
            "top": 252,
            "left": 520,
            "width": 488,
            "height": 130,
            "address": "/cue/next",
            "label": "NEXT CUE",
            "color": "#4dbf66",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 22px;"
          },
          {
            "type": "button",
            "id": "btn_20",
            "top": 398,
            "left": 16,
            "width": 488,
            "height": 100,
            "address": "/cue/stop",
            "label": "STOP",
            "color": "#4dbf66",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 22px;"
          },
          {
            "type": "button",
            "id": "btn_21",
            "top": 398,
            "left": 520,
            "width": 488,
            "height": 100,
            "address": "/cue/loop",
            "label": "LOOP",
            "color": "#4dbf66",
            "mode": "toggle",
            "on": 1.0,
            "off": 0,
            "led": true,
            "css": "--color-text: #ffffff; font-size: 22px;"
          },
          {
            "type": "text",
            "id": "text_22",
            "top": 514,
            "left": 16,
            "width": 992,
            "height": 24,
            "value": "JUMP TO CUE",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#4dbf66",
            "css": "font-size: 18px; font-weight: 600;"
          },
          {
            "type": "button",
            "id": "btn_23",
            "top": 542,
            "left": 16,
            "width": 117,
            "height": 36,
            "address": "/cue/0/goto",
            "label": "1",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_24",
            "top": 542,
            "left": 141,
            "width": 117,
            "height": 36,
            "address": "/cue/1/goto",
            "label": "2",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_25",
            "top": 542,
            "left": 266,
            "width": 117,
            "height": 36,
            "address": "/cue/2/goto",
            "label": "3",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_26",
            "top": 542,
            "left": 391,
            "width": 117,
            "height": 36,
            "address": "/cue/3/goto",
            "label": "4",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_27",
            "top": 542,
            "left": 516,
            "width": 117,
            "height": 36,
            "address": "/cue/4/goto",
            "label": "5",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_28",
            "top": 542,
            "left": 641,
            "width": 117,
            "height": 36,
            "address": "/cue/5/goto",
            "label": "6",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_29",
            "top": 542,
            "left": 766,
            "width": 117,
            "height": 36,
            "address": "/cue/6/goto",
            "label": "7",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_30",
            "top": 542,
            "left": 891,
            "width": 117,
            "height": 36,
            "address": "/cue/7/goto",
            "label": "8",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_31",
            "top": 586,
            "left": 16,
            "width": 117,
            "height": 36,
            "address": "/cue/8/goto",
            "label": "9",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_32",
            "top": 586,
            "left": 141,
            "width": 117,
            "height": 36,
            "address": "/cue/9/goto",
            "label": "10",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_33",
            "top": 586,
            "left": 266,
            "width": 117,
            "height": 36,
            "address": "/cue/10/goto",
            "label": "11",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_34",
            "top": 586,
            "left": 391,
            "width": 117,
            "height": 36,
            "address": "/cue/11/goto",
            "label": "12",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_35",
            "top": 586,
            "left": 516,
            "width": 117,
            "height": 36,
            "address": "/cue/12/goto",
            "label": "13",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_36",
            "top": 586,
            "left": 641,
            "width": 117,
            "height": 36,
            "address": "/cue/13/goto",
            "label": "14",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_37",
            "top": 586,
            "left": 766,
            "width": 117,
            "height": 36,
            "address": "/cue/14/goto",
            "label": "15",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_38",
            "top": 586,
            "left": 891,
            "width": 117,
            "height": 36,
            "address": "/cue/15/goto",
            "label": "16",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_39",
            "top": 630,
            "left": 16,
            "width": 117,
            "height": 36,
            "address": "/cue/16/goto",
            "label": "17",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_40",
            "top": 630,
            "left": 141,
            "width": 117,
            "height": 36,
            "address": "/cue/17/goto",
            "label": "18",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_41",
            "top": 630,
            "left": 266,
            "width": 117,
            "height": 36,
            "address": "/cue/18/goto",
            "label": "19",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_42",
            "top": 630,
            "left": 391,
            "width": 117,
            "height": 36,
            "address": "/cue/19/goto",
            "label": "20",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_43",
            "top": 630,
            "left": 516,
            "width": 117,
            "height": 36,
            "address": "/cue/20/goto",
            "label": "21",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_44",
            "top": 630,
            "left": 641,
            "width": 117,
            "height": 36,
            "address": "/cue/21/goto",
            "label": "22",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_45",
            "top": 630,
            "left": 766,
            "width": 117,
            "height": 36,
            "address": "/cue/22/goto",
            "label": "23",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_46",
            "top": 630,
            "left": 891,
            "width": 117,
            "height": 36,
            "address": "/cue/23/goto",
            "label": "24",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_47",
            "top": 674,
            "left": 16,
            "width": 117,
            "height": 36,
            "address": "/cue/24/goto",
            "label": "25",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_48",
            "top": 674,
            "left": 141,
            "width": 117,
            "height": 36,
            "address": "/cue/25/goto",
            "label": "26",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_49",
            "top": 674,
            "left": 266,
            "width": 117,
            "height": 36,
            "address": "/cue/26/goto",
            "label": "27",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_50",
            "top": 674,
            "left": 391,
            "width": 117,
            "height": 36,
            "address": "/cue/27/goto",
            "label": "28",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_51",
            "top": 674,
            "left": 516,
            "width": 117,
            "height": 36,
            "address": "/cue/28/goto",
            "label": "29",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_52",
            "top": 674,
            "left": 641,
            "width": 117,
            "height": 36,
            "address": "/cue/29/goto",
            "label": "30",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_53",
            "top": 674,
            "left": 766,
            "width": 117,
            "height": 36,
            "address": "/cue/30/goto",
            "label": "31",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_54",
            "top": 674,
            "left": 891,
            "width": 117,
            "height": 36,
            "address": "/cue/31/goto",
            "label": "32",
            "color": "#308040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          }
        ],
        "tabs": [],
        "colorText": "#4dbf66",
        "colorWidget": "#4dbf66"
      },
      {
        "type": "panel",
        "id": "panel_72",
        "top": 0,
        "left": 0,
        "width": 1024,
        "height": 728,
        "label": "Timecode",
        "color": "auto",
        "borderRadius": 0,
        "padding": 0,
        "widgets": [
          {
            "type": "text",
            "id": "text_56",
            "top": 12,
            "left": 16,
            "width": 992,
            "height": 30,
            "value": "TIMECODE",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#66a6d9",
            "css": "font-size: 24px; font-weight: 600;"
          },
          {
            "type": "button",
            "id": "btn_57",
            "top": 56,
            "left": 16,
            "width": 756,
            "height": 130,
            "address": "/timecode/playpause",
            "label": "PLAY / PAUSE",
            "color": "#66a6d9",
            "mode": "toggle",
            "on": 1.0,
            "off": 0,
            "led": true,
            "css": "--color-text: #ffffff; font-size: 32px;"
          },
          {
            "type": "button",
            "id": "btn_58",
            "top": 56,
            "left": 788,
            "width": 220,
            "height": 130,
            "address": "/timecode/stop",
            "label": "STOP",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 24px;"
          },
          {
            "type": "text",
            "id": "text_59",
            "top": 204,
            "left": 16,
            "width": 488,
            "height": 22,
            "value": "SKIP BACK",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "left",
            "color": "#66a6d9",
            "css": "font-size: 14px; font-weight: 600;"
          },
          {
            "type": "text",
            "id": "text_60",
            "top": 204,
            "left": 520,
            "width": 488,
            "height": 22,
            "value": "SKIP FWD",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "right",
            "color": "#66a6d9",
            "css": "font-size: 14px; font-weight: 600;"
          },
          {
            "type": "button",
            "id": "btn_61",
            "top": 226,
            "left": 408,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipback",
            "label": "- 1f",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_62",
            "top": 226,
            "left": 520,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipforward",
            "label": "+ 1f",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_63",
            "top": 226,
            "left": 310,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipback/1s",
            "label": "- 1s",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_64",
            "top": 226,
            "left": 618,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipforward/1s",
            "label": "+ 1s",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_65",
            "top": 226,
            "left": 212,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipback/10s",
            "label": "- 10s",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_66",
            "top": 226,
            "left": 716,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipforward/10s",
            "label": "+ 10s",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_67",
            "top": 226,
            "left": 114,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipback/1m",
            "label": "- 1m",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_68",
            "top": 226,
            "left": 814,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipforward/1m",
            "label": "+ 1m",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_69",
            "top": 226,
            "left": 16,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipback/1h",
            "label": "- 1h",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "button",
            "id": "btn_70",
            "top": 226,
            "left": 912,
            "width": 92,
            "height": 90,
            "address": "/timecode/skipforward/1h",
            "label": "+ 1h",
            "color": "#66a6d9",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 20px;"
          },
          {
            "type": "text",
            "id": "text_71",
            "top": 334,
            "left": 16,
            "width": 80,
            "height": 22,
            "value": "SEEK",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "left",
            "color": "#d9d9d9",
            "css": "font-size: 14px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "timecode_seek",
            "top": 356,
            "left": 16,
            "width": 992,
            "height": 70,
            "address": "/timecode/seek",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": true,
            "label": false,
            "color": "#66a6d9",
            "pips": false,
            "design": "default",
            "input": false
          }
        ],
        "tabs": [],
        "colorText": "#66a6d9",
        "colorWidget": "#66a6d9"
      },
      {
        "type": "panel",
        "id": "panel_158",
        "top": 0,
        "left": 0,
        "width": 1024,
        "height": 728,
        "label": "Clips",
        "color": "auto",
        "borderRadius": 0,
        "padding": 0,
        "widgets": [
          {
            "type": "text",
            "id": "text_73",
            "top": 556,
            "left": 12,
            "width": 242,
            "height": 22,
            "value": "GROUP 1",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#40b3a6",
            "css": "font-size: 16px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "group_0_opacity",
            "top": 582,
            "left": 12,
            "width": 242,
            "height": 36,
            "address": "/group/0/opacity",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": true,
            "label": false,
            "color": "#40b3a6",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "button",
            "id": "btn_74",
            "top": 624,
            "left": 12,
            "width": 242,
            "height": 41,
            "address": "/group/0/send",
            "label": "SEND",
            "color": "#40b3a6",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 18px;"
          },
          {
            "type": "button",
            "id": "btn_75",
            "top": 671,
            "left": 12,
            "width": 242,
            "height": 41,
            "address": "/group/0/clear",
            "label": "CLEAR",
            "color": "#8c4040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 16px;"
          },
          {
            "type": "text",
            "id": "text_76",
            "top": 556,
            "left": 264,
            "width": 242,
            "height": 22,
            "value": "GROUP 2",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#40b3a6",
            "css": "font-size: 16px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "group_1_opacity",
            "top": 582,
            "left": 264,
            "width": 242,
            "height": 36,
            "address": "/group/1/opacity",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": true,
            "label": false,
            "color": "#40b3a6",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "button",
            "id": "btn_77",
            "top": 624,
            "left": 264,
            "width": 242,
            "height": 41,
            "address": "/group/1/send",
            "label": "SEND",
            "color": "#40b3a6",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 18px;"
          },
          {
            "type": "button",
            "id": "btn_78",
            "top": 671,
            "left": 264,
            "width": 242,
            "height": 41,
            "address": "/group/1/clear",
            "label": "CLEAR",
            "color": "#8c4040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 16px;"
          },
          {
            "type": "text",
            "id": "text_79",
            "top": 556,
            "left": 516,
            "width": 242,
            "height": 22,
            "value": "GROUP 3",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#40b3a6",
            "css": "font-size: 16px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "group_2_opacity",
            "top": 582,
            "left": 516,
            "width": 242,
            "height": 36,
            "address": "/group/2/opacity",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": true,
            "label": false,
            "color": "#40b3a6",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "button",
            "id": "btn_80",
            "top": 624,
            "left": 516,
            "width": 242,
            "height": 41,
            "address": "/group/2/send",
            "label": "SEND",
            "color": "#40b3a6",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 18px;"
          },
          {
            "type": "button",
            "id": "btn_81",
            "top": 671,
            "left": 516,
            "width": 242,
            "height": 41,
            "address": "/group/2/clear",
            "label": "CLEAR",
            "color": "#8c4040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 16px;"
          },
          {
            "type": "text",
            "id": "text_82",
            "top": 556,
            "left": 768,
            "width": 242,
            "height": 22,
            "value": "GROUP 4",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#40b3a6",
            "css": "font-size: 16px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "group_3_opacity",
            "top": 582,
            "left": 768,
            "width": 242,
            "height": 36,
            "address": "/group/3/opacity",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": true,
            "label": false,
            "color": "#40b3a6",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "button",
            "id": "btn_83",
            "top": 624,
            "left": 768,
            "width": 242,
            "height": 41,
            "address": "/group/3/send",
            "label": "SEND",
            "color": "#40b3a6",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 18px;"
          },
          {
            "type": "button",
            "id": "btn_84",
            "top": 671,
            "left": 768,
            "width": 242,
            "height": 41,
            "address": "/group/3/clear",
            "label": "CLEAR",
            "color": "#8c4040",
            "mode": "push",
            "on": 1.0,
            "off": 0,
            "led": false,
            "css": "--color-text: #ffffff; font-size: 16px;"
          },
          {
            "type": "text",
            "id": "text_85",
            "top": 534,
            "left": 12,
            "width": 1000,
            "height": 18,
            "value": "Tap a clip above, then SEND to a group",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#b3b3b3",
            "css": "font-size: 12px; font-weight: 600;"
          },
          {
            "type": "text",
            "id": "text_86",
            "top": 8,
            "left": 12,
            "width": 500,
            "height": 26,
            "value": "CLIP SELECT",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "left",
            "color": "#8c59d9",
            "css": "font-size: 20px; font-weight: 600;"
          },
          {
            "type": "button",
            "id": "btn_87",
            "top": 40,
            "left": 12,
            "width": 57,
            "height": 57,
            "address": "/clip/select/0/0",
            "label": "1,1",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/0/0, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_88",
            "top": 40,
            "left": 73,
            "width": 57,
            "height": 57,
            "address": "/clip/select/0/1",
            "label": "1,2",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/0/1, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_89",
            "top": 40,
            "left": 134,
            "width": 57,
            "height": 57,
            "address": "/clip/select/0/2",
            "label": "1,3",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/0/2, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_90",
            "top": 40,
            "left": 195,
            "width": 57,
            "height": 57,
            "address": "/clip/select/0/3",
            "label": "1,4",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/0/3, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_91",
            "top": 40,
            "left": 256,
            "width": 57,
            "height": 57,
            "address": "/clip/select/0/4",
            "label": "1,5",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/0/4, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_92",
            "top": 40,
            "left": 317,
            "width": 57,
            "height": 57,
            "address": "/clip/select/0/5",
            "label": "1,6",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/0/5, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_93",
            "top": 40,
            "left": 378,
            "width": 57,
            "height": 57,
            "address": "/clip/select/0/6",
            "label": "1,7",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/0/6, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_94",
            "top": 40,
            "left": 439,
            "width": 57,
            "height": 57,
            "address": "/clip/select/0/7",
            "label": "1,8",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/0/7, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_95",
            "top": 101,
            "left": 12,
            "width": 57,
            "height": 57,
            "address": "/clip/select/1/0",
            "label": "2,1",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/1/0, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_96",
            "top": 101,
            "left": 73,
            "width": 57,
            "height": 57,
            "address": "/clip/select/1/1",
            "label": "2,2",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/1/1, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_97",
            "top": 101,
            "left": 134,
            "width": 57,
            "height": 57,
            "address": "/clip/select/1/2",
            "label": "2,3",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/1/2, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_98",
            "top": 101,
            "left": 195,
            "width": 57,
            "height": 57,
            "address": "/clip/select/1/3",
            "label": "2,4",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/1/3, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_99",
            "top": 101,
            "left": 256,
            "width": 57,
            "height": 57,
            "address": "/clip/select/1/4",
            "label": "2,5",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/1/4, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_100",
            "top": 101,
            "left": 317,
            "width": 57,
            "height": 57,
            "address": "/clip/select/1/5",
            "label": "2,6",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/1/5, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_101",
            "top": 101,
            "left": 378,
            "width": 57,
            "height": 57,
            "address": "/clip/select/1/6",
            "label": "2,7",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/1/6, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_102",
            "top": 101,
            "left": 439,
            "width": 57,
            "height": 57,
            "address": "/clip/select/1/7",
            "label": "2,8",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/1/7, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_103",
            "top": 162,
            "left": 12,
            "width": 57,
            "height": 57,
            "address": "/clip/select/2/0",
            "label": "3,1",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/2/0, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_104",
            "top": 162,
            "left": 73,
            "width": 57,
            "height": 57,
            "address": "/clip/select/2/1",
            "label": "3,2",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/2/1, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_105",
            "top": 162,
            "left": 134,
            "width": 57,
            "height": 57,
            "address": "/clip/select/2/2",
            "label": "3,3",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/2/2, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_106",
            "top": 162,
            "left": 195,
            "width": 57,
            "height": 57,
            "address": "/clip/select/2/3",
            "label": "3,4",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/2/3, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_107",
            "top": 162,
            "left": 256,
            "width": 57,
            "height": 57,
            "address": "/clip/select/2/4",
            "label": "3,5",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/2/4, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_108",
            "top": 162,
            "left": 317,
            "width": 57,
            "height": 57,
            "address": "/clip/select/2/5",
            "label": "3,6",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/2/5, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_109",
            "top": 162,
            "left": 378,
            "width": 57,
            "height": 57,
            "address": "/clip/select/2/6",
            "label": "3,7",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/2/6, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_110",
            "top": 162,
            "left": 439,
            "width": 57,
            "height": 57,
            "address": "/clip/select/2/7",
            "label": "3,8",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/2/7, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_111",
            "top": 223,
            "left": 12,
            "width": 57,
            "height": 57,
            "address": "/clip/select/3/0",
            "label": "4,1",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/3/0, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_112",
            "top": 223,
            "left": 73,
            "width": 57,
            "height": 57,
            "address": "/clip/select/3/1",
            "label": "4,2",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/3/1, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_113",
            "top": 223,
            "left": 134,
            "width": 57,
            "height": 57,
            "address": "/clip/select/3/2",
            "label": "4,3",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/3/2, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_114",
            "top": 223,
            "left": 195,
            "width": 57,
            "height": 57,
            "address": "/clip/select/3/3",
            "label": "4,4",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/3/3, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_115",
            "top": 223,
            "left": 256,
            "width": 57,
            "height": 57,
            "address": "/clip/select/3/4",
            "label": "4,5",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/3/4, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_116",
            "top": 223,
            "left": 317,
            "width": 57,
            "height": 57,
            "address": "/clip/select/3/5",
            "label": "4,6",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/3/5, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_117",
            "top": 223,
            "left": 378,
            "width": 57,
            "height": 57,
            "address": "/clip/select/3/6",
            "label": "4,7",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/3/6, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_118",
            "top": 223,
            "left": 439,
            "width": 57,
            "height": 57,
            "address": "/clip/select/3/7",
            "label": "4,8",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/3/7, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_119",
            "top": 284,
            "left": 12,
            "width": 57,
            "height": 57,
            "address": "/clip/select/4/0",
            "label": "5,1",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/4/0, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_120",
            "top": 284,
            "left": 73,
            "width": 57,
            "height": 57,
            "address": "/clip/select/4/1",
            "label": "5,2",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/4/1, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_121",
            "top": 284,
            "left": 134,
            "width": 57,
            "height": 57,
            "address": "/clip/select/4/2",
            "label": "5,3",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/4/2, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_122",
            "top": 284,
            "left": 195,
            "width": 57,
            "height": 57,
            "address": "/clip/select/4/3",
            "label": "5,4",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/4/3, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_123",
            "top": 284,
            "left": 256,
            "width": 57,
            "height": 57,
            "address": "/clip/select/4/4",
            "label": "5,5",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/4/4, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_124",
            "top": 284,
            "left": 317,
            "width": 57,
            "height": 57,
            "address": "/clip/select/4/5",
            "label": "5,6",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/4/5, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_125",
            "top": 284,
            "left": 378,
            "width": 57,
            "height": 57,
            "address": "/clip/select/4/6",
            "label": "5,7",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/4/6, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_126",
            "top": 284,
            "left": 439,
            "width": 57,
            "height": 57,
            "address": "/clip/select/4/7",
            "label": "5,8",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/4/7, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_127",
            "top": 345,
            "left": 12,
            "width": 57,
            "height": 57,
            "address": "/clip/select/5/0",
            "label": "6,1",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/5/0, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_128",
            "top": 345,
            "left": 73,
            "width": 57,
            "height": 57,
            "address": "/clip/select/5/1",
            "label": "6,2",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/5/1, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_129",
            "top": 345,
            "left": 134,
            "width": 57,
            "height": 57,
            "address": "/clip/select/5/2",
            "label": "6,3",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/5/2, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_130",
            "top": 345,
            "left": 195,
            "width": 57,
            "height": 57,
            "address": "/clip/select/5/3",
            "label": "6,4",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/5/3, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_131",
            "top": 345,
            "left": 256,
            "width": 57,
            "height": 57,
            "address": "/clip/select/5/4",
            "label": "6,5",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/5/4, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_132",
            "top": 345,
            "left": 317,
            "width": 57,
            "height": 57,
            "address": "/clip/select/5/5",
            "label": "6,6",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/5/5, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_133",
            "top": 345,
            "left": 378,
            "width": 57,
            "height": 57,
            "address": "/clip/select/5/6",
            "label": "6,7",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/5/6, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_134",
            "top": 345,
            "left": 439,
            "width": 57,
            "height": 57,
            "address": "/clip/select/5/7",
            "label": "6,8",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/5/7, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_135",
            "top": 406,
            "left": 12,
            "width": 57,
            "height": 57,
            "address": "/clip/select/6/0",
            "label": "7,1",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/6/0, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_136",
            "top": 406,
            "left": 73,
            "width": 57,
            "height": 57,
            "address": "/clip/select/6/1",
            "label": "7,2",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/6/1, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_137",
            "top": 406,
            "left": 134,
            "width": 57,
            "height": 57,
            "address": "/clip/select/6/2",
            "label": "7,3",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/6/2, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_138",
            "top": 406,
            "left": 195,
            "width": 57,
            "height": 57,
            "address": "/clip/select/6/3",
            "label": "7,4",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/6/3, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_139",
            "top": 406,
            "left": 256,
            "width": 57,
            "height": 57,
            "address": "/clip/select/6/4",
            "label": "7,5",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/6/4, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_140",
            "top": 406,
            "left": 317,
            "width": 57,
            "height": 57,
            "address": "/clip/select/6/5",
            "label": "7,6",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/6/5, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_141",
            "top": 406,
            "left": 378,
            "width": 57,
            "height": 57,
            "address": "/clip/select/6/6",
            "label": "7,7",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/6/6, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_142",
            "top": 406,
            "left": 439,
            "width": 57,
            "height": 57,
            "address": "/clip/select/6/7",
            "label": "7,8",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/6/7, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_143",
            "top": 467,
            "left": 12,
            "width": 57,
            "height": 57,
            "address": "/clip/select/7/0",
            "label": "8,1",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/7/0, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_144",
            "top": 467,
            "left": 73,
            "width": 57,
            "height": 57,
            "address": "/clip/select/7/1",
            "label": "8,2",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/7/1, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_145",
            "top": 467,
            "left": 134,
            "width": 57,
            "height": 57,
            "address": "/clip/select/7/2",
            "label": "8,3",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/7/2, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_146",
            "top": 467,
            "left": 195,
            "width": 57,
            "height": 57,
            "address": "/clip/select/7/3",
            "label": "8,4",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/7/3, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_147",
            "top": 467,
            "left": 256,
            "width": 57,
            "height": 57,
            "address": "/clip/select/7/4",
            "label": "8,5",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/7/4, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_148",
            "top": 467,
            "left": 317,
            "width": 57,
            "height": 57,
            "address": "/clip/select/7/5",
            "label": "8,6",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/7/5, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_149",
            "top": 467,
            "left": 378,
            "width": 57,
            "height": 57,
            "address": "/clip/select/7/6",
            "label": "8,7",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/7/6, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "button",
            "id": "btn_150",
            "top": 467,
            "left": 439,
            "width": 57,
            "height": 57,
            "address": "/clip/select/7/7",
            "label": "8,8",
            "color": "#8c59d9",
            "mode": "tap",
            "on": 1,
            "off": 0.5,
            "led": true,
            "css": "--color-text: #ffffff8c; font-size: 12px;",
            "decoupled": true,
            "alphaFillOn": 1,
            "alphaFillOff": "JS{ var v = OSC{/clip/select/7/7, 0}; return v > 0.25 ? 0.55 : 0.05 }"
          },
          {
            "type": "text",
            "id": "text_151",
            "top": 8,
            "left": 602,
            "width": 410,
            "height": 26,
            "value": "MACROS",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "left",
            "color": "#ffea00",
            "css": "font-size: 20px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "clip_macro_1",
            "top": 40,
            "left": 602,
            "width": 65,
            "height": 460,
            "address": "/clip/macro/1",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#ffea00",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "text",
            "id": "text_152",
            "top": 504,
            "left": 602,
            "width": 65,
            "height": 22,
            "value": "M1",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#ffea00",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "clip_macro_2",
            "top": 40,
            "left": 671,
            "width": 65,
            "height": 460,
            "address": "/clip/macro/2",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#ffea00",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "text",
            "id": "text_153",
            "top": 504,
            "left": 671,
            "width": 65,
            "height": 22,
            "value": "M2",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#ffea00",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "clip_macro_3",
            "top": 40,
            "left": 740,
            "width": 65,
            "height": 460,
            "address": "/clip/macro/3",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#ffea00",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "text",
            "id": "text_154",
            "top": 504,
            "left": 740,
            "width": 65,
            "height": 22,
            "value": "M3",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#ffea00",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "clip_macro_4",
            "top": 40,
            "left": 809,
            "width": 65,
            "height": 460,
            "address": "/clip/macro/4",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#ffea00",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "text",
            "id": "text_155",
            "top": 504,
            "left": 809,
            "width": 65,
            "height": 22,
            "value": "M4",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#ffea00",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "clip_macro_5",
            "top": 40,
            "left": 878,
            "width": 65,
            "height": 460,
            "address": "/clip/macro/5",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#ffea00",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "text",
            "id": "text_156",
            "top": 504,
            "left": 878,
            "width": 65,
            "height": 22,
            "value": "M5",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#ffea00",
            "css": "font-size: 13px; font-weight: 600;"
          },
          {
            "type": "fader",
            "id": "clip_macro_6",
            "top": 40,
            "left": 947,
            "width": 65,
            "height": 460,
            "address": "/clip/macro/6",
            "range": {
              "min": 0.0,
              "max": 1.0
            },
            "horizontal": false,
            "label": false,
            "color": "#ffea00",
            "pips": false,
            "design": "default",
            "input": false
          },
          {
            "type": "text",
            "id": "text_157",
            "top": 504,
            "left": 947,
            "width": 65,
            "height": 22,
            "value": "M6",
            "label": false,
            "vertical": false,
            "wrap": "soft",
            "align": "center",
            "color": "#ffea00",
            "css": "font-size: 13px; font-weight: 600;"
          }
        ],
        "tabs": [],
        "colorText": "#8c59d9",
        "colorWidget": "#8c59d9"
      }
    ],
    "onCreate": "setTimeout(() => send('/refresh'), 100)"
  }
}
