Skip to content

Commit

Permalink
Changed stars amount to knob
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtimes-code committed Feb 5, 2024
1 parent fab8359 commit d8fa8c4
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions osc-senders/open-stage-control/osc2laser-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -991,16 +991,16 @@
"align": "center"
},
{
"type": "input",
"top": 460,
"type": "knob",
"top": 450,
"left": 300,
"lock": false,
"id": "parameter_stars_amount",
"visible": true,
"interaction": true,
"comments": "",
"width": 100,
"height": 60,
"height": 70,
"expand": "false",
"colorText": "auto",
"colorWidget": "auto",
Expand All @@ -1012,16 +1012,10 @@
"lineWidth": "auto",
"borderRadius": "auto",
"padding": "auto",
"html": "No. of Stars",
"html": "Amount",
"css": "",
"align": "center",
"unit": "",
"asYouType": false,
"numeric": true,
"validation": "",
"maxLength": "",
"value": 5,
"default": "",
"default": 5,
"linkId": "",
"address": "/parameters/stars_amount",
"preArgs": "",
Expand All @@ -1031,7 +1025,23 @@
"ignoreDefaults": false,
"bypass": false,
"onCreate": "",
"onValue": ""
"onValue": "",
"design": "default",
"pips": false,
"dashed": false,
"angle": 270,
"mode": "vertical",
"spring": false,
"doubleTap": false,
"range": {
"min": 3,
"max": 1000
},
"logScale": false,
"sensitivity": 0.05,
"steps": "",
"origin": "auto",
"onTouch": ""
}
],
"tabs": []
Expand Down

0 comments on commit d8fa8c4

Please sign in to comment.