mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-24 16:49:58 +01:00
Work in progress OSC Control manager
Support for log, output and source targets. Now needs to be developed for all attributes.
This commit is contained in:
@@ -191,10 +191,12 @@ struct TimerConfig
|
||||
|
||||
struct ControllerConfig
|
||||
{
|
||||
int osc_port;
|
||||
int osc_port_receive;
|
||||
int osc_port_send;
|
||||
|
||||
ControllerConfig() {
|
||||
osc_port = OSC_DEFAULT_PORT;
|
||||
osc_port_receive = OSC_PORT_RECV_DEFAULT;
|
||||
osc_port_send = OSC_PORT_SEND_DEFAULT;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user