summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
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-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17fix deadlock in protocol manager startup; fix some other ::set_session() SNAF...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-14Offer all of a bundle's ports for disconnection / removal when opening a menu...Carl Hetherington
2009-12-13Fix crashes on increasing a bus' number of outputs.Carl Hetherington
2009-12-13Apply Select property of route groups at the Selection object level. Accordi...Carl Hetherington
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11switch to use boost::function for UI::call_slot operations, to avoid a seriou...Paul Davis
2009-12-11fix compilation breakages from the last commitPaul Davis
2009-12-10add solo isolate indicator in editor route listPaul Davis
2009-12-10forward propagate solo-isolated status to everything fed by a route by someth...Paul Davis
2009-12-10fix recently-added crash when adding new tracks+bussesPaul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...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-07better, cleaner, more generic version of real-time ping pong, still just for ...Paul Davis
2009-12-07first pass at end-to-end RT operation request (GUI->session->RT thread->GUI),...Paul Davis
2009-12-07Route::set_meter_point() is now conceptually RT safe, although it still takes...Paul Davis
2009-12-06Eliminate double reversible commit from time stretch, and make the stretch op...Sampo Savolainen
2009-12-06Merged revisions 6292,6294-6295,6311,6314 via svnmerge from Taybin Rutkin
2009-12-06Merged revisions 6293,6296-6306,6308 via svnmerge from Taybin Rutkin
2009-12-04Make port inserts work.Carl Hetherington
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-12-04Use a shared_ptr for SessionPlaylists so that it can be explicitly destroyed ...Carl Hetherington
2009-12-04Fix setup of port insert IO names.Carl Hetherington
2009-12-04move Session::Event into SessionEvent class; add SessionEventManager (Session...Paul Davis
2009-12-03GPL boilerplate.Carl Hetherington
2009-12-03Add missing files.Carl Hetherington
2009-12-03Move some (most) playlist-related code and data into a separate objectCarl Hetherington
2009-12-03more tweaks to MTC slave code (still not functional), including removing race...Paul Davis
2009-12-02more MTC stuff, including toggleable use of torben's PI controllerPaul Davis
2009-12-02possibly useful PI controller from torben by way of jack2Paul Davis
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01make ALSA MIDI I/O work with timestamps; more MTC debug tracingPaul Davis
2009-12-01Prevent some segfaults when trying to send MTC when there is no port to send ...Carl Hetherington
2009-12-01adjust to use timestamped MTC messagesPaul Davis
2009-12-01get non-JACK MIDI I/O working again, with debug tracing, naturallyPaul Davis
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01more changes to try to improve MTC handling even in slightly pathological casesPaul Davis
2009-12-01Revert completely mystifying stupidity in a previous patch of mine, and (prop...Carl Hetherington
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01continue with MTC debuggingPaul Davis
2009-12-01rework MTC slave so that speed is computed in the MIDI I/O context, not proce...Paul Davis