summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
2011-03-01Fix crash on session close.Carl Hetherington
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-03-01Make the session watch sources' DropReferences and drop accordingly. Remove ...Carl Hetherington
2011-02-27Fix thinko with numbering of multiple added tracks.Carl Hetherington
2011-02-27Fix addition of multiple tracks.Carl Hetherington
2011-02-27Allow naming of new tracks/busses in the add route dialogue (#3376).Carl Hetherington
2011-02-22Use commented out (correct) Mute/SoloControllable set_value() code; requires ...Carl Hetherington
2011-02-20Modify route _processor list set up so that the logic for placing `invisible'...Carl Hetherington
2011-02-17more progress on speakers/vbap etc. etc (still a work in progress)Paul Davis
2011-02-16remove some undefined function decls and an unused function definitionPaul Davis
2011-02-16fixes for latency computation and compilationPaul Davis
2011-02-15part two of new JACK latency API support - should fix broken compilationPaul Davis
2011-02-11provide solo mute gain Config parameter as a controllable and use it in the m...Paul Davis
2011-02-10#ifdef-ize all/most uses of the boost debug hooks APIPaul Davis
2011-02-10break circular reference between panners and pannables; more destruction debu...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2011-01-19Fix undo nesting.Carl Hetherington
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington
2010-12-29Fix crash on saving session template (#3634).Carl Hetherington
2010-12-29Add options to add sends from buses as well as tracks; remainder of #3637.Carl Hetherington
2010-12-29Make 'copy track gains to sends' and 'set sends gains' work with sends from b...Carl Hetherington
2010-12-11Comment a few things and add missing process lock when adding a route from a ...Carl Hetherington
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington
2010-11-29remove using boost::shared_ptr stuff from session.ccPaul Davis
2010-11-28Fix non-update of session range marker in some cases.Carl Hetherington
2010-11-26Handle unknown plugins on loading sessions by hiding them from the user and t...Carl Hetherington
2010-11-26Fix more broken indentation (whitespace changes only).David Robillard
2010-11-26add two process lock calls where some port connecting occursPaul Davis
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-25Prevent removal of route inputs when the plugins cannot be configured with th...Carl Hetherington
2010-11-21Thought-to-be-fix for #2794; fix route process order sorting.Carl Hetherington
2010-11-19non-crashing (but also non-functional) integration of VBAP with panner "archi...Paul Davis
2010-11-09missing dialog cleanups and logic improvementsPaul Davis
2010-11-09handle multiple imports of the same file better (via better source naming); m...Paul Davis
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-11-09always store source names as relative paths; always add directories of embedd...Paul Davis
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis
2010-10-27Don't strip suffixes twice from peakfile names, otherwise source names like f...Carl Hetherington
2010-10-07Remove debug code from previous.Carl Hetherington
2010-10-07Update auto loop range to match session range until it is changed by the user...Carl Hetherington
2010-10-07Respond to JACK session quit request. Fixes #3491.Carl Hetherington
2010-09-23Fix implicit cast of framepos_t to nframes_t. Fixes #3473.Carl Hetherington
2010-09-21Revert previous commit, adding comment as to why.Carl Hetherington
2010-09-21Patch from Lincoln: don't save state on starting record, as it can be slow. ...Carl Hetherington
2010-09-20region list displays actual playlist use count for each region, rather than a...Paul Davis