Make sure every imported file is copied to the session path
[ardour.git] / libs / ardour / session.cc
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-09-07 Carl HetheringtonUpdate route colours when they are added to / removed
2011-08-14 Carl HetheringtonDon't auto-connect buss inputs (#4211).
2011-08-11 Paul Davisfix stupid thinko in varispeed limitation for record...
2011-08-10 Paul Davisdon't use MIDI tracks when adding internal sends to...
2011-08-10 Paul Davismake handling of sends-only feed-based solo propagation...
2011-08-09 Paul Davisattempt to prevent dropping into record if rolling...
2011-07-25 Paul Davisin exclusive solo mode, allow full-group solo
2011-07-22 Paul Davisuse std::vector::assign() in BufferSet::attach_buffers...
2011-07-03 Paul Davisctrl-alt-click now toggles input active status of other...
2011-06-22 Carl HetheringtonAlways use numeric prefixes for default-named tracks...
2011-06-19 Paul Davismuch ado about nothing when it comes to gain control
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-05-12 Carl HetheringtonFix update of session range location on copy-dragging...
2011-05-04 Carl HetheringtonFix restoration of connections to control surface ports.
2011-04-21 Paul Davisfix thinko in setting up auto-connect for monitor bus
2011-04-09 Paul Davisremove another instance of access(2)
2011-04-02 Paul Davisfix import of multi-track SMF files with some tracks...
2011-03-20 Paul Davisfixup auto-connection of new MIDI tracks and MIDI track...
2011-03-18 Paul Davisfix (?) capture alignment by making sure we use non...
2011-03-16 David RobillardReplace connection cerr dumping with DEBUG_TRACE.
2011-03-15 Paul Davisfix all manner of things relating to io connections...
2011-03-14 David RobillardFix broken indentation.
2011-03-14 Paul Davismore fun and games with latency compensation, and so...
2011-03-12 Paul Davisproperly use and publish private/public port latency...
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-08 Paul Davislots of stuff related to capture alignment. things...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-02 Carl HetheringtonLess subtle attempt to prevent crashes on removing...
2011-03-01 Carl HetheringtonFix crash on session close.
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-03-01 Carl HetheringtonMake the session watch sources' DropReferences and...
2011-02-27 Carl HetheringtonFix thinko with numbering of multiple added tracks.
2011-02-27 Carl HetheringtonFix addition of multiple tracks.
2011-02-27 Carl HetheringtonAllow naming of new tracks/busses in the add route...
2011-02-22 Carl HetheringtonUse commented out (correct) Mute/SoloControllable set_v...
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-02-17 Paul Davismore progress on speakers/vbap etc. etc (still a work...
2011-02-16 Paul Davisremove some undefined function decls and an unused...
2011-02-16 Paul Davisfixes for latency computation and compilation
2011-02-15 Paul Davispart two of new JACK latency API support - should fix...
2011-02-11 Paul Davisprovide solo mute gain Config parameter as a controllab...
2011-02-10 Paul Davis#ifdef-ize all/most uses of the boost debug hooks API
2011-02-10 Paul Davisbreak circular reference between panners and pannables...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-19 Carl HetheringtonFix undo nesting.
2011-01-05 Carl HetheringtonRemove direct busses so that all busses have internal...
2010-12-29 Carl HetheringtonFix crash on saving session template (#3634).
2010-12-29 Carl HetheringtonAdd options to add sends from buses as well as tracks...
2010-12-29 Carl HetheringtonMake 'copy track gains to sends' and 'set sends gains...
2010-12-11 Carl HetheringtonComment a few things and add missing process lock when...
2010-12-10 Carl HetheringtonStop bounce / freeze on tracks that have more outputs...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Carl HetheringtonRe-expose timecode offset in the session option editor.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-11-29 Paul Davisremove using boost::shared_ptr stuff from session.cc
2010-11-28 Carl HetheringtonFix non-update of session range marker in some cases.
2010-11-26 Carl HetheringtonHandle unknown plugins on loading sessions by hiding...
2010-11-26 David RobillardFix more broken indentation (whitespace changes only).
2010-11-26 Paul Davisadd two process lock calls where some port connecting...
2010-11-26 Paul Davisone step closer to working vbap panning
2010-11-25 Carl HetheringtonPrevent removal of route inputs when the plugins cannot...
2010-11-21 Carl HetheringtonThought-to-be-fix for #2794; fix route process order...
2010-11-19 Paul Davisnon-crashing (but also non-functional) integration...
2010-11-09 Paul Davismissing dialog cleanups and logic improvements
2010-11-09 Paul Davishandle multiple imports of the same file better (via...
2010-11-09 Paul Davisadd "origin" property to FileSource so that we can...
2010-11-09 Paul Davisalways store source names as relative paths; always...
2010-11-09 Paul Davisinitial pass at a missing file dialog and "relocatable...
2010-10-27 Carl HetheringtonDon't strip suffixes twice from peakfile names, otherwi...
2010-10-07 Carl HetheringtonRemove debug code from previous.
2010-10-07 Carl HetheringtonUpdate auto loop range to match session range until...
2010-10-07 Carl HetheringtonRespond to JACK session quit request. Fixes #3491.
2010-09-23 Carl HetheringtonFix implicit cast of framepos_t to nframes_t. Fixes...
2010-09-21 Carl HetheringtonRevert previous commit, adding comment as to why.
2010-09-21 Carl HetheringtonPatch from Lincoln: don't save state on starting record...
2010-09-20 Paul Davisregion list displays actual playlist use count for...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-01 Carl HetheringtonFix uninitialised value.
2010-08-30 Carl HetheringtonAuto-connect outputs that appear as a result of e.g...
2010-08-30 Paul Davisminor tweaks
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-08-25 Carl HetheringtonSmall cleanups.
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-08-04 Carl HetheringtonFix SNAFU with auto-connect. Fixes #3379.
2010-08-02 Carl HetheringtonSuspend transport timecode transmission during playhead...
2010-08-01 Carl HetheringtonFixes to MIDI ports in the matrix.
2010-08-01 Carl HetheringtonFix up mistake in session bundle generation.#
2010-07-28 Carl HetheringtonTrim get_nth_physical port methods.
2010-07-28 Carl HetheringtonAdd session MIDI bundles to enable connection of MIDI...
next