fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / amp.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-21 Robin Gareusalways run amp/trim LPF
2016-05-31 Paul Davisimplementation side of Controllable::get_user_string...
2016-05-31 Paul Davisprobably get the design of VCAs basically correct:...
2016-05-31 Paul Davisvca design: gain controls cannot silently "merge" the...
2016-01-25 Paul Davischange exposed type of various objects' gain controls...
2016-01-18 Paul Davisworking version of new gain control design
2016-01-18 Paul Davismove Amp::GainControl out into its own source module...
2016-01-18 Paul Davischange ownership of the AutomationControl used by Amp.
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-12-27 Robin Gareusproper display name for Monitor Processor
2015-10-22 Paul DavisAdd AutomationControl::set_value_unchecked() and Automa...
2015-09-21 Robin Gareusprocessor-box: explicitly check for "Amp" (Fader)
2015-09-16 Paul DavisRevert "add an Amp to Delivery, remove it from Send...
2015-09-15 Paul Davisadd an Amp to Delivery, remove it from Send, make use...
2015-05-27 Robin Gareusfader: start muted, ramp up/interpolate to target
2015-04-26 Robin Gareuswrap midi negative gain for midi-velocity
2015-04-26 Robin Gareusrelax gain LPF to 25Hz.
2015-04-26 Robin Gareusupdate amp for negative (polarity-invert) gain
2015-04-25 Robin Gareusmidi velocity [fader] automation
2015-04-25 Robin GareusAmp: allow to disable midi velocity
2015-04-25 Robin Gareusprepare trim automation
2015-04-24 Robin GareusAmp control: power-scale (fader) and dB-scale (knob)
2015-04-21 Ben LoftisInitial Gain Coefficient tweaks
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-07 Robin Gareuslinear declick
2015-04-07 Robin Gareuslow-pass filter gain-fader.
2015-04-05 Robin Gareusдецибел
2014-12-04 David RobillardMake gain controls step by roughly 1.0/0.1 dB.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-26 Robin Gareusapply gain automation on bounce - fixes 5887
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-20 Paul Davisclear up some stupid thinking in Amp regarding the...
2014-02-19 Paul Davisclear up some stupid thinking in Amp regarding the...
2013-08-08 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2012-11-14 Paul Davisuse const static member instead of a magic number
2012-11-13 Paul Davisrevert to a 0..2 scale for MIDI velocity control, so...
2012-11-13 Paul Davischange handling of MIDI gain so that we present a linea...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-14 Paul Davisfix up part of the remaining details with automation...
2012-06-11 Carl HetheringtonMake send automation work (#4734).
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-13 Paul Davisconvert rec-enable control for a Track from PBD::COntro...
2012-02-27 Carl HetheringtonDisplay amp automation in dB using a logarithmic fader.
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-21 Carl HetheringtonAdd a send amp's gain control as a send controllable.
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-03-07 Paul Davismanage Route::_have_internal_generator more accurately...
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
next