summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2009-10-27Fix 2884 and also potential crash if there are no control outs.Carl Hetherington
2009-10-26Remove cyclic Source->Playlist references (and with it all dependence on Play...David Robillard
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-24Move butler methods from Session to Butler.David Robillard
2009-10-23Split butler into separate object (partially, just data so far...)David Robillard
2009-10-23Remove unused Session::butler_mixdown_buffer and Session::butler_gain_buffer.David Robillard
2009-10-22Use info stream for infoey things.David Robillard
2009-10-15more set_state() tweaks to get a 2.X session to load without abortingPaul Davis
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-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-03Don't raise an error when trying to auto-connect master to physical outputs i...Carl Hetherington
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-21implement set-send-gains-to-{track_level,zero,unity}Paul Davis
2009-07-21first part of fixing up send/return metering ; make send-controlling faders w...Paul Davis
2009-07-17massive changes to waf build scripts so that nearly everything "should" be wo...Paul Davis
2009-07-15processor naming tweaks, processor visibility tweaks and more, trying to fini...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-07-04Use std::string for order key map.Carl Hetherington
2009-07-04Fix crash on session teardown.Carl Hetherington
2009-07-01reinstate solo button for master out ; make solo button show state even if in...Paul Davis
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...Paul Davis
2009-06-25startup assistant patch from tinman; cleanup fix backported from 2.X ; easy(i...Paul Davis
2009-06-23Xinterpolation.*: Add old fixed point and double linear interpolation as alte...Hans Baier
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington