aboutsummaryrefslogtreecommitdiff
path: root/osc_server.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-27use initializer lists where convenientRobin Haberkorn1-6/+4
2012-09-27support command line argumentsRobin Haberkorn1-1/+2
2012-09-26let the compiler check format-strings and params in OSCServer::add/del_method...Robin Haberkorn1-2/+6
2012-09-26moved layer registration from OSCServer into main.cpp using new OSCServer::re...Robin Haberkorn1-2/+5
2012-09-26renamed OscServer to OSCServerRobin Haberkorn1-3/+3
2012-09-26isolated OSC server specific code in OscServer class and allow to register me...Robin Haberkorn1-0/+99