aboutsummaryrefslogtreecommitdiff
path: root/layer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-09-26isolated OSC server specific code in OscServer class and allow to register ↵Robin Haberkorn1-0/+19
methods in order to localize OSC method handling i.e. every Layer class is stand-alone now
2012-09-24use BSD list macros instead of handwritten list primitivesRobin Haberkorn1-24/+14
luckily this works thanks to C++ classes being backward compatible to C structs
2012-09-21split program into multiple files; switched to C++Robin Haberkorn1-0/+70