Implementation of OSC settings and translator

Translations are in a config xml file in settings directory, and can be directly edited in text by the user. Settings UI allows changing Ports for incoming and outgoing UDP.
This commit is contained in:
Bruno Herbelin
2021-12-27 01:04:49 +01:00
parent 626eab7e8f
commit c79be090df
7 changed files with 228 additions and 50 deletions

View File

@@ -193,6 +193,7 @@ struct ControllerConfig
{
int osc_port_receive;
int osc_port_send;
std::string osc_filename;
ControllerConfig() {
osc_port_receive = OSC_PORT_RECV_DEFAULT;