aboutsummaryrefslogtreecommitdiff
path: root/osc_server.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-27use initializer lists where convenientRobin Haberkorn1-6/+4
2012-09-27support command line argumentsRobin Haberkorn1-1/+2
don't use getopt() since it's not in msvcrt
2012-09-26let the compiler check format-strings and params in ↵Robin Haberkorn1-2/+6
OSCServer::add/del_method() calls also allow add_method() with NULL format string
2012-09-26moved layer registration from OSCServer into main.cpp using new ↵Robin Haberkorn1-2/+5
OSCServer::register_layer() method also use a static CtorInfo structure in every layer class instead of macros
2012-09-26renamed OscServer to OSCServerRobin Haberkorn1-3/+3
2012-09-26isolated OSC server specific code in OscServer class and allow to register ↵Robin Haberkorn1-0/+99
methods in order to localize OSC method handling i.e. every Layer class is stand-alone now