summaryrefslogtreecommitdiff
path: root/libs/surfaces/osc
AgeCommit message (Expand)Author
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-09OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to w...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-30Fix angle bracket project-local include paths.David Robillard
2009-10-20Fix various MIDI control and installation issues:David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-09-03Make sure wscripts under libs/surfaces/* are configured. This fixes the OSC ...Carl Hetherington
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-17massive changes to waf build scripts so that nearly everything "should" be wo...Paul Davis
2009-05-13Compilation fixes from using namespace removal.Nick Mainsbridge
2009-05-04Strip trailing whitespace from waf scripts.David Robillard
2009-04-18Upgrade to waf 1.5.4.David Robillard
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-02-27Waf: install stuffDavid Robillard
2009-02-27Waf: build control surfaces.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2009-01-15remove "Use OSC" from options menu; make OSC optional rather than a mandatory...Paul Davis
2009-01-15OSC becomes a control protocol object; make ardev_common.sh(.in) look for sur...Paul Davis
2006-05-18moved OSC into libardourPaul Davis
2006-05-18catch up on last minute OSC changesPaul Davis
2006-05-18a) basic prototype of OSC controlPaul Davis