summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-11More tinkering with State<>. Use some StateDiffCommands instead ofCarl Hetherington
2010-02-08Fix logic so that soloing a bus does not mute things that feed it.Carl Hetherington
2010-02-08new RegionCommand object; remove unused string argument from Region::thaw(); ...Paul 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-28Remove as well as destroying last capture regions. Closes #2971.Carl Hetherington
2009-12-26change the way thread name is managed and accessed; store thread name for JAC...Paul Davis
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-24clean up editor mixer strip when session is going away; slightly improved boo...Paul 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-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-11switch to use boost::function for UI::call_slot operations, to avoid a seriou...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-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-04Use a shared_ptr for SessionPlaylists so that it can be explicitly destroyed ...Carl Hetherington
2009-12-04move Session::Event into SessionEvent class; add SessionEventManager (Session...Paul Davis
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-11-30Remove internal sends to an aux bus when it is removed.Carl Hetherington
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
2009-11-30attempt to remove confusion and errors caused by unclear semantics of _is_emb...Paul Davis
2009-11-29Implement 2532: option to show tracks with regions under the playhead.Carl Hetherington
2009-11-28tracing and small fixes to improve object destruction pathwaysPaul Davis
2009-11-27switch Route::fed_by from shared_ptr to weak_ptr and thus begin to allow Rout...Paul Davis
2009-11-26Fix typo to fix #2936.Carl Hetherington
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-21some provisional support for "real" solo-isolate behaviour, subject to more d...Paul Davis
2009-11-19add new Graph debug bit ; make adding aux sends really workPaul Davis
2009-11-19add track/bus now allows specifying aux or direct bus role; processor box men...Paul Davis
2009-11-18bring back full mute control (pre/post/control/main) via mute button context ...Paul Davis
2009-11-17enable ignore-sends-for-solo-propagation changePaul Davis
2009-11-17disabled changes to make solo propagation ignore sendsPaul Davis
2009-11-10Fix uninitialised variable and remove bind of shared_ptr to a slot.Carl Hetherington
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-11-09Add metadata file with DOAP and LV2 Host Info information.David Robillard
2009-11-08monster commit: transport mgmt changes from 2.X (omnibus edition); make slave...Paul Davis
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis