summaryrefslogtreecommitdiff
path: root/libs/ardour/meter.cc
AgeCommit message (Expand)Author
2020-04-10Sync reset meter, report zero until the meter is actually resetRobin Gareus
2020-04-07NO-OP: whitespaceRobin Gareus
2020-04-07Atomically reset peak meters #7465Robin Gareus
2020-04-03Consistent processor labels "Meter"Robin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-06-09Consolidate meter-type state and APIRobin Gareus
2019-06-04Fix async peak-meter resetRobin Gareus
2018-10-03Properly initialize midi-metersRobin Gareus
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