summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
AgeCommit message (Expand)Author
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
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-09-01Fix uninitialised value.Carl Hetherington
2010-08-30Auto-connect outputs that appear as a result of e.g. instruments being added ...Carl Hetherington
2010-08-30minor tweaksPaul Davis
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-25Small cleanups.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-08-04Fix SNAFU with auto-connect. Fixes #3379.Carl Hetherington
2010-08-02Suspend transport timecode transmission during playhead drag. Should fix #3324.Carl Hetherington
2010-08-01Fixes to MIDI ports in the matrix.Carl Hetherington
2010-08-01Fix up mistake in session bundle generation.#Carl Hetherington
2010-07-28Trim get_nth_physical port methods.Carl Hetherington
2010-07-28Add session MIDI bundles to enable connection of MIDI tracks from the right-c...Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis