{
  "width": 1180,
  "height": 810,
  "elements": {
    "mwBHnz9M2WtBPofFfRZZdr": {
      "type": "input",
      "inputType": "number",
      "width": 333,
      "height": 60,
      "textColor": {
        "type": "preset",
        "color": "white"
      },
      "backgroundColor": {
        "type": "preset",
        "color": "gray"
      },
      "font": {
        "size": 40,
        "bold": false
      },
      "x": 424,
      "y": 300,
      "zIndex": 10,
      "linkedLocalVariable": "tempoInput",
      "placeholder": "Tempo"
    },
    "s5JSJgkbBp8Jx2JXANVCaB": {
      "type": "button",
      "buttonType": "script",
      "textColor": {
        "type": "preset",
        "color": "white"
      },
      "backgroundColor": {
        "type": "preset",
        "color": "green"
      },
      "label": "Reset Tempo",
      "font": {
        "size": 40
      },
      "width": 163,
      "height": 140,
      "x": 424,
      "y": 370,
      "zIndex": 21,
      "scriptOnPress": "sendOsc(\"/global/tempo/reset\");\nsetLocal(\"tempoInput\", \"\");"
    },
    "3Z8aXtE8gRHHvkFvnnKuDH": {
      "type": "button",
      "buttonType": "script",
      "textColor": {
        "type": "preset",
        "color": "white"
      },
      "backgroundColor": {
        "type": "preset",
        "color": "green"
      },
      "label": "Set Tempo",
      "font": {
        "size": 40
      },
      "width": 160,
      "height": 140,
      "x": 597,
      "y": 370,
      "zIndex": 20,
      "scriptOnPress": "const tempo = Number(local(\"tempoInput\"));\n\nif (tempo && !Number.isNaN(tempo)) {\n  sendOsc(\"/global/tempo\", tempo);\n}"
    },
    "8cEs8Q2GnhxixGKB5PpDKL": {
      "type": "slider",
      "width": 60,
      "height": 275,
      "style": "thumb-bar",
      "orientation": "vertical",
      "minValue": 60,
      "maxValue": 200,
      "step": 1,
      "backgroundColor": {
        "type": "preset",
        "color": "green"
      },
      "textColor": {
        "type": "preset",
        "color": "green"
      },
      "x": 825,
      "y": 268,
      "zIndex": 31,
      "label": "${local(\"tempoSlider\")} BPM",
      "value": "${osc(\"/global/tempo\")}",
      "linkedLocalVariable": "tempoSlider",
      "scriptOnRelease": "sendOsc(\"/global/tempo\", value);"
    }
  }
}
