summaryrefslogtreecommitdiffstats
path: root/src/engine/enginevumeter.cpp
AgeCommit message (Expand)Author
2021-05-24Use std math functions and remove #defines from fpclassify.hUwe Klotz
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-10-27Use ControlObject::toBool() method to fix -Wfloat-conversion errorsJan Holthuis
2020-09-25engine/enginevumeter: Use constexpr instead of DEFINESJan Holthuis
2017-08-27Removed unused fields from GroupFeatureState and scale length by secondsDaniel Schürmann
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-11-07Reset vu-meter when deck becomes inactive, fixes Bug #1511932Daniel Schürmann
2015-08-14Removed CLIPPING_BOTH from CLIP_STATUS enum in SampleUtil.Ferran Pujol Camins
2015-08-14Renamed CLIPPING enum to CLIP_STATUS in SampleUtil.Ferran Pujol Camins
2015-08-13Clarified clipping calculation using a new CLIPPING enum.Ferran Pujol Camins
2015-08-12EngineVuMeter: Optimized PeakIndicator CO calculation.Ferran Pujol Camins
2015-08-08Added "PeakIndicatorL" and "PeakIndicatorR" ControlObjects.Ferran Pujol Camins
2015-03-02fix obvious twist of R/L VU meterDaniel Schürmann
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-04-25Move "#pragma intrinsic(fabs)" calls to util/math.h.RJ Ryan
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-22Merge remote-tracking branch 'upstream/master' into process_in_outDaniel Schürmann
2014-04-21Changed EngineObject interface to use a common in/out buffer.Daniel Schürmann
2014-04-20Remove redundant nop check in enginevumeterDaniel Schürmann
2014-04-12reduce VU sample rate to 30 to match half of common dispaly frame rateDaniel Schürmann
2014-04-12Make PeakIndicator duration independend fro buffer size and sample rateDaniel Schürmann
2014-04-12moved preak indicator init to reset()Daniel Schürmann
2014-04-12moved PeakIndicator CO to EngineVuMeter and removed clamping from input enginesDaniel Schürmann
2014-03-30Collect features from groups and expose them to effect processors.RJ Ryan
2014-02-11reset vuMeter when EnginAux is not activeDaniel Schürmann
2013-12-21Refactor the engine to process samples in the range of [-1.0, 1.0]. Fixes Bug...RJ Ryan
2013-12-19Fix ugly const-casting required by EngineObject API.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan