OSC stubs
All checks were successful
CI / React UI Build (push) Successful in 12s
CI / Native Windows Build And Tests (push) Successful in 2m11s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
Aiden
2026-05-30 20:42:38 +10:00
parent 04e0802ef2
commit 0f3db3ba1b
18 changed files with 298 additions and 16 deletions

View File

@@ -730,6 +730,8 @@ components:
type: number
previewFps:
type: number
osc:
$ref: "#/components/schemas/AppOscStatus"
input:
type: object
properties:
@@ -771,6 +773,24 @@ components:
alphaRequired:
type: boolean
description: General output alpha request. When true, automatic output pixel-format selection uses an alpha-carrying system-frame format.
AppOscStatus:
type: object
properties:
configured:
type: boolean
description: True when OSC has a nonzero configured port.
listening:
type: boolean
description: False in the current native host because UDP OSC ingress is only stubbed.
bindAddress:
type: string
port:
type: number
smoothing:
type: number
statusMessage:
type: string
additionalProperties: false
RuntimeStatus:
type: object
properties: