13
0
livetrax/libs/surfaces/control_protocol/control_protocol
David Robillard 27a1cf2cf7 Compile cleanly with clang.
To compile Ardour with LLVM/clang, do the usual thing but set the CXX and CC
environment variables, e.g.:

CC=/usr/bin/clang CXX=/usr/bin/clang++ ./waf configure build


git-svn-id: svn://localhost/ardour2/branches/3.0@12418 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24 02:54:10 +00:00
..
basic_ui.h MCP: share add-marker code with BasicUI; don't allow route locking if the strip has no current route 2012-04-11 20:18:01 +00:00
control_protocol.h Compile cleanly with clang. 2012-05-24 02:54:10 +00:00
types.h control surfaces: make it possible to keep display of current GUI/selection state as we bank through tracks/bussses. note careful use of weak_ptr<Route> to avoid messing with Route lifetimes. this scheme may change 2012-04-28 01:43:38 +00:00