enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / ardour / track.cc
2011-11-21 Carl HetheringtonRe-add code to support do-not-record-plugins (#4487).
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
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 HetheringtonSave and restore _saved_meter_point; fixes #4195.
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-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-21 Paul Davisimproved/fixed monitoring_state() logic from chrisg
2011-10-21 Paul Davisget rid of click when transport changes state and we...
2011-10-21 Paul Davistweak Track::monitoring_state() logic once more
2011-10-21 Paul Davistweak monitoring state logic
2011-10-21 Paul Davisfix display (and handling of) monitoring status during...
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 Davismake monitor=In work during no-roll conditions without...
2011-10-20 Paul Davisadd initial implementation of explicit monitor (input...
2011-10-19 Carl Hetheringtonflush_buffers on all of a route's deliveries so that...
2011-09-25 Paul Davis3.X version of earlier major fix to 2.X: Route::check_i...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-09-16 Carl HetheringtonRemove unused parameter.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-09 Paul Davispart two of: correctly reset capture alignment at sessi...
2011-04-04 Paul Davismove some DEBUG::Graph traces to DEBUG::ProcessThreads...
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 Davismanage Route::_have_internal_generator more accurately...
2011-03-05 Paul Davisfix monitoring so that MIDI tracks don't work the same...
2011-01-14 Carl HetheringtonPrevent failed reconfigurations on tracks with 0 inputs...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-27 Paul Davisremove (or attempt to remove) requirement for holding...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-02 Carl HetheringtonSmall cleanup.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
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-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-03 Paul Davismeter point restore handling, and related matters
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-02-18 Paul Davisthe Properties & 64bit region commit
2010-01-22 Paul Davisfix broken compilation after edit-while-stopped fix...
2010-01-21 Paul Davisstopped/monitor/state change bug fix from 2.X
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-11 Paul Davisfix compilation breakages from the last commit
2009-12-07 Paul DavisRoute::set_meter_point() is now conceptually RT safe...
2009-12-04 Paul Davismove Session::Event into SessionEvent class; add Sessio...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
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 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
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-03-05 Paul Davismake track templates work, including a fix for the...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
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
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-05-18 Carl HetheringtonRename ARDOUR::Connection to ARDOUR::Bundle, a few...
2007-05-10 Paul DavisMIDI branch becomes trunk
2006-11-19 David RobillardMerged with trunk R1141
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-10-31 Paul Davismassive changes in automation state handling, not entir...
2006-10-21 David RobillardMerged with trunk R992.
2006-10-05 Paul DavisGeneric MIDI control now saves+restores its state;...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-08-31 David RobillardMerged with trunk R874.
2006-08-30 Nick Mainsbridge** requires svn jack ** Hardware monitoring should...
2006-08-24 David RobillardMerged with trunk R846
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-16 Paul DavisRCU-ification of AudioEngine port list, and DiskStreams...
2006-08-12 Hans Fugal r259@gwythaint (orig r799): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r321@gandalf: fugalh | 2006-08-12 15:48:28 -0600
2006-08-12 David RobillardMerged with trunk R795
2006-08-12 David RobillardTowards MIDI:
2006-08-12 Hans Fugalmerge from trunk
2006-08-11 Hans Fugalmerge to trunk
2006-08-11 Hans FugalRect fix
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-10 Hans Fugalhistory snapshot name
next