perhaps, just possibly, a working solo model. needs to be fixed so that connections...
[ardour.git] / libs / ardour / session.cc
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
2010-04-27 Paul Davisadd muted-by-other concept to solo support infrastructure
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-27 Carl HetheringtonRevert my revision 6996, which was wrong. Sources...
2010-04-27 Carl HetheringtonMake Session::audible_frame() return a (more) correct...
2010-04-26 Carl HetheringtonMake Session listen to DropReferences from Sources...
2010-04-21 Carl HetheringtonDon't try to load separate diskstreams in 3.0 session...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-21 Paul Daviscommits 6001-6525 inclusive from 2.X applied to 3.0
2010-04-19 Paul Davispermanently mark Delivery processors on master/monitor...
2010-04-18 Carl HetheringtonMake the session start/end location a single location...
2010-04-14 Carl HetheringtonPrevent crash in pool destruction during session teardown.
2010-04-13 Paul Davissubstantive change: use the JACK wait API and provide...
2010-04-12 Paul Davisalignment/capture/positioning changes ported from 2.X
2010-04-06 Paul DavisMIDI/Controllables for monitor section, and related...
2010-04-01 Paul Davisfix save+restore of Gtkmm2ext::Tearoff state; a few...
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-03-27 Paul Davispart one of hiding Diskstreams and making them a privat...
2010-03-25 Paul Daviswould you look at that! all those changes just to make...
2010-03-23 Paul Davisdon't set _is_new=false too early when creating a new...
2010-03-22 Paul Davisremove near-duplicate session constructor; change names...
2010-03-22 Paul Davisput the issue of using a monitor section into ~/.config...
2010-03-21 Paul Davischange session construction so that the the monitor...
2010-03-19 Paul Davislots of tricks & tweaks related to the monitor section...
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-03-08 Paul Davisremove yesterday's mayhem with MainListen and get afl...
2010-03-06 Paul Davisthe last (?) piece of the internal send/listen/monitor...
2010-03-06 Paul Davisremove the session region list; GUI now represents...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-26 David RobillardFix adding multiple tracks (regression from r6711).
2010-02-23 David RobillardFactor out massive code duplication in route creation...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-08 Carl HetheringtonFix logic so that soloing a bus does not mute things...
2010-02-08 Paul Davisnew RegionCommand object; remove unused string argument...
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-30 Paul Davismake generic MIDI control track remote control ID chang...
2009-12-29 Paul Daviseditors for control protocols (generalized); editor...
2009-12-28 Carl HetheringtonRemove as well as destroying last capture regions....
2009-12-26 Paul Davischange the way thread name is managed and accessed...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-24 Paul Davisclean up editor mixer strip when session is going away...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davisswitch to use boost::function for UI::call_slot operati...
2009-12-10 Paul Davisfix recently-added crash when adding new tracks+busses
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-07 Paul Davisbetter, cleaner, more generic version of real-time...
2009-12-07 Paul Davisfirst pass at end-to-end RT operation request (GUI...
2009-12-07 Paul DavisRoute::set_meter_point() is now conceptually RT safe...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-12-03 Paul Davismore tweaks to MTC slave code (still not functional...
2009-11-30 Carl HetheringtonRemove internal sends to an aux bus when it is removed.
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-30 Paul Davisattempt to remove confusion and errors caused by unclea...
2009-11-29 Carl HetheringtonImplement 2532: option to show tracks with regions...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-11-27 Paul Davisswitch Route::fed_by from shared_ptr to weak_ptr and...
2009-11-26 Carl HetheringtonFix typo to fix #2936.
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
2009-11-19 Paul Davisadd new Graph debug bit ; make adding aux sends really...
2009-11-19 Paul Davisadd track/bus now allows specifying aux or direct bus...
2009-11-18 Paul Davisbring back full mute control (pre/post/control/main...
2009-11-17 Paul Davisenable ignore-sends-for-solo-propagation change
2009-11-17 Paul Davisdisabled changes to make solo propagation ignore sends
2009-11-10 Carl HetheringtonFix uninitialised variable and remove bind of shared_pt...
2009-11-09 Paul Davis90% done with external sync design changes (GUI now...
2009-11-09 David RobillardAdd metadata file with DOAP and LV2 Host Info information.
2009-11-08 Paul Davismonster commit: transport mgmt changes from 2.X (omnibu...
2009-10-30 Paul Davismake 3.0 catch up with transport and other changes...
2009-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-27 Carl HetheringtonFix 2884 and also potential crash if there are no contr...
2009-10-26 David RobillardRemove cyclic Source->Playlist references (and with...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-24 David RobillardMove butler methods from Session to Butler.
2009-10-23 David RobillardSplit butler into separate object (partially, just...
2009-10-23 David RobillardRemove unused Session::butler_mixdown_buffer and Sessio...
2009-10-22 David RobillardUse info stream for infoey things.
2009-10-15 Paul Davismore set_state() tweaks to get a 2.X session to load...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-03 Carl HetheringtonDon't raise an error when trying to auto-connect master...
2009-07-28 Paul Davisremove all MIDI-specific editing modes by making standa...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
next