OSC stubs
This commit is contained in:
@@ -410,7 +410,7 @@ export function ConfigEditor({ onClose }) {
|
||||
<h4>OSC</h4>
|
||||
<div className="config-fields">
|
||||
<TextField config={draft} label="Bind address" path="oscBindAddress" setConfig={setDraft} />
|
||||
<NumberField config={draft} label="Port" min={1} path="oscPort" setConfig={setDraft} />
|
||||
<NumberField config={draft} label="Port" min={0} path="oscPort" setConfig={setDraft} />
|
||||
<NumberField config={draft} label="Smoothing" min={0} path="oscSmoothing" setConfig={setDraft} step={0.01} />
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user