madskjeldgaard / Birdhouse

An OSC to Midi Bridge. Cross-platform. VST, CLAP, Standalone.
Other
32 stars 1 forks source link

Only send text editor gui value when focus is lost/enter/escape pressed #13

Closed madskjeldgaard closed 9 months ago

madskjeldgaard commented 9 months ago

Text editor onChange should just filter values.

onReturnKey and onEscapeKey should lose focus.

and OnFocusLost should be used to send the value to the server.

This way values are only updated when editing is finished.