polargraph_processing/libraries/controlP5/examples/use/ControlP5propertiesCustom/hello.json

22 lines
291 B
JSON

{
"/sliderValue": {
"min": 0,
"max": 255,
"value": 128
},
"/slider": {
"min": 0,
"max": 200,
"value": 128
},
"/sliderTicks1": {
"min": 0,
"max": 255,
"value": 127.5
},
"/sliderTicks2": {
"min": 0,
"max": 255,
"value": 127.5
}
}