summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2010-06-03move route_graph->rechain( r ); into Session::resort_routes_usingTorben Hohn
2010-06-03[3.0P] dont dump chain(1) in session.ccTorben Hohn
2010-06-03merge 3.0P into trunk.Torben Hohn
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-05-09Reset both IO names rather than just one when setting up the use of a track t...Carl Hetherington
2010-05-06prolooks helper code from hans, enabling new knob drawing based on Thorsten W...Paul Davis
2010-05-06lots of odds and ends to do with solo isolate and its GUIPaul Davis
2010-05-05make "exclusive solo" apply to listen as well as SiPPaul Davis
2010-05-05rename latched solo option and reverse its meaning; add exclusive solo button...Paul Davis
2010-05-05better handling of the inverse-push of solo-by-upstream. still not quite righ...Paul Davis
2010-05-04remove muted-by-others, a concept that turns out to have been a red herring; ...Paul Davis
2010-05-03the great solo model simplification (without much code removal)Paul Davis
2010-05-01perhaps, just possibly, a working solo model. needs to be fixed so that conne...Paul Davis
2010-04-28more solo/mute architecture work. NOTE: changes to mute points are ignored ri...Paul Davis
2010-04-27add muted-by-other concept to solo support infrastructurePaul Davis
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-27Revert my revision 6996, which was wrong. Sources need to stay around in the...Carl Hetherington
2010-04-27Make Session::audible_frame() return a (more) correct answer when the transpo...Carl Hetherington
2010-04-26Make Session listen to DropReferences from Sources, and remove them. Call dr...Carl Hetherington
2010-04-21Don't try to load separate diskstreams in 3.0 session files. Fix a few uses ...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-19permanently mark Delivery processors on master/monitor/audition as immune to ...Paul Davis
2010-04-18Make the session start/end location a single location (with start and end) ra...Carl Hetherington
2010-04-14Prevent crash in pool destruction during session teardown.Carl Hetherington
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-04-12alignment/capture/positioning changes ported from 2.XPaul Davis
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2010-04-01fix save+restore of Gtkmm2ext::Tearoff state; a few cerr cleanupsPaul Davis
2010-04-01revisit setting up processors during route construction; remove several more ...Paul Davis
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-27part one of hiding Diskstreams and making them a private object of a TrackPaul Davis
2010-03-25would you look at that! all those changes just to make the auditioner work ag...Paul Davis
2010-03-23don't set _is_new=false too early when creating a new sessionPaul Davis
2010-03-22remove near-duplicate session constructor; change names from control_outs to ...Paul Davis
2010-03-22put the issue of using a monitor section into ~/.config/ardour.rc, not the se...Paul Davis
2010-03-21change session construction so that the the monitor bus config is derived (on...Paul Davis
2010-03-19lots of tricks & tweaks related to the monitor section and All That It UsesPaul Davis
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-03-08remove yesterday's mayhem with MainListen and get afl/pfl sorta-kinda workingPaul Davis
2010-03-06the last (?) piece of the internal send/listen/monitor/control outs track/bus...Paul Davis
2010-03-06remove the session region list; GUI now represents (a relatively unfiltered v...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-26Fix adding multiple tracks (regression from r6711).David Robillard
2010-02-23Factor out massive code duplication in route creation stuff.David Robillard
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
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