aboutsummaryrefslogtreecommitdiff
path: root/osc_server.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-27support command line argumentsRobin Haberkorn1-1/+2
2012-09-26removed "struct" when using the struct typeRobin Haberkorn1-3/+3
2012-09-26let the compiler check format-strings and params in OSCServer::add/del_method...Robin Haberkorn1-3/+5
2012-09-26declare liblo and libvlc callbacks with extern "C"Robin Haberkorn1-0/+7
2012-09-26moved layer registration from OSCServer into main.cpp using new OSCServer::re...Robin Haberkorn1-47/+39
2012-09-26renamed OscServer to OSCServerRobin Haberkorn1-10/+10
2012-09-26isolated OSC server specific code in OscServer class and allow to register me...Robin Haberkorn1-0/+198