summaryrefslogtreecommitdiff
path: root/libs/ardour/meter.cc
AgeCommit message (Expand)Author
2017-10-04Clean up State API:Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-04-19Use XMLNode::set_property in ARDOUR::Meter classTim Mayberry
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-07-22properly handle meter channel count changesRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-05-31Surfaces: Metering could only handle one surface at a time.Len Ovens
2015-09-28Fix Mackie control metering (fixes #6608).Len Ovens
2015-09-06libardour: initialize some uninitialized vars..Robin Gareus
2015-06-16-Wsign-compareRobin Gareus
2015-05-02professionalize peak-metersRobin Gareus
2015-04-29delegate signal emission to dedicated thread.Robin Gareus
2015-04-25prepare 0dBFS peak meterRobin Gareus
2014-11-20Reduce unnecessary non-const MIDI buffer access.David Robillard
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-30optimize peak calculation of silent buffersRobin Gareus
2013-12-22add K12/RMS meter typeRobin Gareus
2013-08-07use std::numeric_limits<float>::infinity() rather than INFINITY to try to get...Paul Davis
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-07-31fix typo in c212c16ebRobin Gareus
2013-07-31initialize some uninitialized valuesRobin Gareus
2013-07-31catch assert()Robin Gareus
2013-07-28fix compiler warnings.Robin Gareus
2013-07-25Don't allow to deactivate meter.Robin Gareus
2013-07-25reset meters only when *really* necessaryRobin Gareus
2013-07-25fix compiler warningRobin Gareus
2013-07-23use fixed fall-off time for k-meterRobin Gareus
2013-07-22restore session backwards compatibility to 3.3Robin Gareus
2013-07-22implement new meter typesRobin Gareus
2013-07-22Revert "Revert new meter types (postponed until after 3.3 release)"Robin Gareus
2013-07-18reset meter when meter-point changesRobin Gareus
2013-07-16zero meters for inactive tracksRobin Gareus
2013-07-15Revert new meter types (postponed until after 3.3 release)Robin Gareus
2013-07-15add VU and IEC meter DSP (from jmeters)Robin Gareus
2013-07-10use accurate log10 for meter (fast_log2 is unsuitable inaccurate)Robin Gareus
2013-07-10fix RMS+Peak meter for MIDI-tracksRobin Gareus
2013-07-10ignore state-changes during [meter] context-menu popup (gtkmm bug?)Robin Gareus
2013-07-10prepare meter type unificationRobin Gareus
2013-07-10fix meterbridge metric display switchRobin Gareus
2013-07-10remember meter type with sessionRobin Gareus
2013-07-10experimental RMS-meter and peak-signal (vs peak-power) queryRobin Gareus
2013-07-10midi meter updates..Robin Gareus
2013-07-05reset meters when changing metering-point or portsRobin Gareus
2013-03-27Squashed commit of the following:Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-08-19Emit ConfigurationChanged when meter setup bypasses theCarl Hetherington
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-02-22Add AFLFrom... enums as counterpart to PFLFrom ; add Output metering as a new...Paul Davis
2011-01-09Fix setup of route meter point on load, and fix intermittent left-channel-onl...Carl Hetherington