summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2010-01-24set thread name for OSC event loop/threadPaul Davis
2010-01-24add thread registration for OSC event loop/threadPaul Davis
2010-01-04provide a real and usable MuteControllable for Routes (so that MIDI can use it)Paul Davis
2010-01-04Fix warning.Carl Hetherington
2010-01-04add a way to see (most of) the waf config used to build ardour at run time (f...Paul Davis
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2010-01-01provide limited momentary note on/off MIDI binding option; remove some debugg...Paul Davis
2009-12-31new PBD::ControllableDescriptor class to encapsulate parsing of binding URIs ...Paul Davis
2009-12-31stop metering thread as we disconnect a session from audioengine; explicitly ...Paul Davis
2009-12-30provide access to Send + Plugins from MIDI binding mapsPaul Davis
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-30make generic MIDI control track remote control ID changes; fixup messes in th...Paul Davis
2009-12-29editors for control protocols (generalized); editor for Generic MIDI that all...Paul Davis
2009-12-28add sysex support to MIDI binding maps, and a couple more functionsPaul Davis
2009-12-28add missing filesPaul Davis
2009-12-28MIDI binding maps make their debutPaul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-20remove a couple of boost::signals2 trouble spots; fix some --strict compile t...Paul Davis
2009-12-20substantial overhaul of MCU code - no more separate thread, just connect to s...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
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-11fix compilation breakages from the last commitPaul Davis
2009-12-11(MAY BREAK COMPILATION - unfinished work, being transferred between machines ...Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...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-07first pass at end-to-end RT operation request (GUI->session->RT thread->GUI),...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-11-29provide operator<< for Timecode::TimePaul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-30Fix angle bracket project-local include paths.David Robillard
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-22Use info stream for infoey things.David Robillard
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...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-10-14Don't raise errors on probe.David Robillard
2009-10-08three recent fixes from 2.0-ongoing (RT on by default, Mackie port name nonse...Paul Davis
2009-10-06Fix some compiler warnings.Carl Hetherington
2009-09-03Duh, the info stream is available here, so use it.Carl Hetherington
2009-09-03Give a slightly friendlier error if no powermate device is found on startup.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-08-04Coding style. Fix a valgrind warning. Stop a close on a handle of -1.Carl Hetherington
2009-07-28Fix some more warnings.Carl Hetherington