mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-15 04:09:59 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user