summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/amp.h
AgeCommit message (Expand)Author
2018-07-09Remove global declick APIRobin Gareus
2017-11-12Add API to allow buffer offsets when applying gainRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-09-19Amend c8a9b28d3 and 40aebce. Fix gain automation edge-cases:Robin Gareus
2017-09-18remove getter for Amp::_apply_automation_gain; reset member to false after us...Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-16Remove unused API and a never used execution-branchRobin Gareus
2017-06-09Remove Automatable::value_as_string API from libardourRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-31Add PanControllable::get_user_string() (provide indirect access to Panner::va...Paul Davis
2016-01-25change exposed type of various objects' gain controls; remove Amp::gain() as ...Paul Davis
2016-01-18working version of new gain control designPaul Davis
2016-01-18move Amp::GainControl out into its own source module and out of AmpPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-27proper display name for Monitor ProcessorRobin Gareus
2015-10-21Add AutomationControl::set_value_unchecked() and AutomationControl::writable(...Paul Davis
2015-09-21processor-box: explicitly check for "Amp" (Fader)Robin Gareus
2015-04-25Amp: allow to disable midi velocityRobin Gareus
2015-04-24Amp control: power-scale (fader) and dB-scale (knob)Robin Gareus
2015-04-07low-pass filter gain-fader.Robin Gareus
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2012-11-13revert to a 0..2 scale for MIDI velocity control, so that we can increase MID...Paul Davis
2012-11-13change handling of MIDI gain so that we present a linear fader spanning 0..12...Paul Davis
2012-07-09set fader and plugin parameter automation curve default values - what else ne...Paul Davis
2012-06-11Make send automation work (#4734).Carl Hetherington
2012-02-27Display amp automation in dB using a logarithmic fader.Carl Hetherington
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-21Add a send amp's gain control as a send controllable.Carl Hetherington
2011-10-19Remove unnecessary virtual declaration.Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-01-06Take automation into account when reporting Amp gain. Fixes #3669.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-25do not apply global transport declick to MIDIPaul Davis
2010-05-17Remove muting behaviour from the Amp processor. Fix some smallCarl Hetherington
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-11-25Give Processor::run a new parameter to say whether or not the run method must...Carl Hetherington
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-15processor naming tweaks, processor visibility tweaks and more, trying to fini...Paul Davis
2009-07-14add display name to processors (so that it can differ from the "real name"); ...Paul Davis