OSC stubs
This commit is contained in:
@@ -25,20 +25,20 @@
|
||||
"oscBindAddress": {
|
||||
"type": "string",
|
||||
"default": "0.0.0.0",
|
||||
"description": "OSC bind address reserved for the control surface. The current native host exposes this in state but does not start the OSC listener yet."
|
||||
"description": "OSC bind address reserved for the control surface. The current native host reports this through an OSC status stub but does not start the UDP listener yet."
|
||||
},
|
||||
"oscPort": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"minimum": 0,
|
||||
"maximum": 65535,
|
||||
"default": 9000,
|
||||
"description": "OSC UDP port reserved for the control surface."
|
||||
"description": "OSC UDP port reserved for the control surface. Use 0 to mark the OSC stub disabled."
|
||||
},
|
||||
"oscSmoothing": {
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"default": 0.18,
|
||||
"description": "Reserved OSC smoothing amount exposed in runtime state."
|
||||
"description": "Reserved OSC smoothing amount reported through the OSC status stub."
|
||||
},
|
||||
"input": {
|
||||
"$ref": "#/$defs/input"
|
||||
|
||||
Reference in New Issue
Block a user