make sure that fade in and fade out curves reach their target (1.0 and 0.0) rather...
[ardour.git] / libs / ardour / amp.cc
2011-03-07 Paul Davismake sure that fade in and fade out curves reach their...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
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-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Paul Davisdo not apply global transport declick to MIDI
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-05-17 Carl HetheringtonRemove muting behaviour from the Amp processor. Fix...
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
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-23 Paul Davisinstall ardour.menus and bindings file (elthariel)...
2009-07-22 Paul Davismake i18n build work ; add mackie dir back to build...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-07-15 Paul Davisprocessor naming tweaks, processor visibility tweaks...
2009-07-14 Paul Davisadd display name to processors (so that it can differ...
2009-06-23 Paul Davissave&restore gain levels; provide GUI control over...
2009-06-23 Paul Davismake RouteGroup gain control work again ; fix what...
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-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-02 David RobillardFixes for GCC 4.3.
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
2007-06-29 David RobillardSeparate MidiBuffer and AudioBuffer into separate heade...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-10 David RobillardGain performance improvements (don't waste time applyin...
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2006-09-01 David RobillardFixes for IO port adding/removing
2006-08-13 David RobillardMore signal path cleanup, IO now has one deliver_output...