aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-09-27support command line argumentsRobin Haberkorn1-11/+108
don't use getopt() since it's not in msvcrt
2012-09-26moved layer registration from OSCServer into main.cpp using new ↵Robin Haberkorn1-0/+9
OSCServer::register_layer() method also use a static CtorInfo structure in every layer class instead of macros
2012-09-26renamed OscServer to OSCServerRobin Haberkorn1-1/+1
2012-09-26isolated OSC server specific code in OscServer class and allow to register ↵Robin Haberkorn1-413/+6
methods in order to localize OSC method handling i.e. every Layer class is stand-alone now
2012-09-21split program into multiple files; switched to C++Robin Haberkorn1-766/+94
2012-09-21use C++Robin Haberkorn1-0/+1193