fix stupid copy/paste error in 00f26394a9
[ardour.git] / libs / ardour / audio_track.cc
2013-08-08 Robin Gareusfix stupid copy/paste error in 00f26394a9
2013-08-08 Robin Gareuszero meters for inactive tracks
2013-08-08 Robin Gareusfix "monitor mode 11"
2013-08-08 Robin Gareusfix input metering:
2013-04-06 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2012-10-18 Paul Davischange input/output button context menus for mixer...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-06 Paul Davisdo not deactivate the meter in a frozen track
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-03-15 Paul Davisradically rethink export/bounce/freeze code design...
2012-01-30 Carl HetheringtonFix non-summon of butler when a track that needs it...
2011-12-23 Carl HetheringtonClarify ensure vs. request for JACK monitoring, naming...
2011-12-13 Paul Davisfix up mess with unassigned Playlist::orig_track_id
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2011-11-21 Carl HetheringtonRemove unused with_processors parameter to
2011-11-16 Carl HetheringtonRemove set_state / _set_state dance in Route hierarchy
2011-10-31 Carl HetheringtonTake commit() out of process() in both types of
2011-10-24 Carl HetheringtonMove some code up from {Midi,Audio}Track to Track.
2011-10-24 Carl HetheringtonRemove unused call_base parameter from Route::_set_state.
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-10-21 Paul Davissave&restore for track monitor state
2011-10-20 Paul Davisobey monitor=disk when recording also; remove debug...
2011-10-20 Paul Davisadd initial implementation of explicit monitor (input...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-25 Paul Davisremove some left over debugging
2011-04-09 Paul Davisformatting cleanup
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2010-12-10 Carl HetheringtonStop bounce / freeze on tracks that have more outputs...
2010-12-07 Paul Davisreimplement Route::shift() from 2.X for "Insert Time"
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-28 Paul Davismore or less complete restoration of Controllable:...
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-06-09 Paul Davisdynamic playback & capture buffer resizing (though...
2010-05-27 Carl HetheringtonTake route's processor lock for things called by the...
2010-04-27 Paul Davisadd muted-by-other concept to solo support infrastructure
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-15 Carl HetheringtonRemove out-of-date members of freeze_record which are...
2010-04-14 Carl HetheringtonDon't run meters either during freeze.
2010-04-14 Carl HetheringtonDon't run deliveries to output ports during export...
2010-04-13 Carl HetheringtonReduce stack requirement of AudioTrack::export_stuff...
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-24 Paul Davisremove XML constructors for Route, Track, AudioTrack...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
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-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-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-11-16 Paul Davistentative fix for crash on roll
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
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-07-29 Paul Davisavoid crashes caused by the process buffer set being...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-26 Paul Davisallow automation-follows-relevant-regions again
2009-06-10 Paul Davisnick m's fix for markers etc ; several tweaks for mute...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-03-06 Sampo SavolainenMake it possible to consolidate/bounce ranges without...
2009-03-05 Paul Davismake track templates work, including a fix for the...
2009-02-27 Carl HetheringtonRemove some unused code.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardOnly create a Curve for an AutomationList if we need it.
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-11 Carl HetheringtonRemove internal ports.
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2009-01-24 Carl HetheringtonCopy diskstream data to all output buffers.
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-17 David RobillardMerge with 2.0-ongoing R3077.
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2007-10-08 Carl HetheringtonVarious work on Bundles, especially dynamic ones so...
2007-08-10 David RobillardFix crash on audio region bounce. Not sure if it's...
next