summaryrefslogtreecommitdiffstats
path: root/src/analyzer/plugins/analyzerqueenmarybeats.cpp
AgeCommit message (Expand)Author
2020-09-25analyzer/plugins/analyzerqueenmarybeats: Add missing int castJan Holthuis
2020-09-24analyzer: Add missing `f` suffix to float literalsJan Holthuis
2020-06-04Improve commentsDaniel Schürmann
2020-05-27Fix typoDaniel Schürmann
2020-05-27Improve comments in AnalyzerQueenMaryBeatsDaniel Schürmann
2020-05-23Make use of MathUtilities::nextPowerOfTwo() to calculate a valid window sizeDaniel Schürmann
2020-04-20even more precise commentsCristiano
2020-04-19better commentsCristiano
2020-04-19calculate step and window size as function of sample rate, also fallback to v...Cristiano
2020-04-19fix bpm analysis regression after deprecating vampCristiano
2019-09-02Misc. typosluz.paz
2019-07-28shift beatgrid 1/2 step size to the front, since the actual beat can be anywh...Daniel Schürmann
2019-07-22Fix copy and past typoDaniel Schürmann
2019-07-03Check first detected beat for plausibilityDaniel Schürmann
2019-06-26Pad the last buffer for analysis with zeros to allow to analyze it as well.Daniel Schürmann
2019-06-25pass last partial chunk to the analyzer as well. Fixes lp1833306Daniel Schürmann
2019-06-18Remove undocumented offset in qm beat detectorDaniel Schürmann
2019-06-08Rename Analyzer methodsUwe Klotz
2018-12-30Remove logging and unused constant.RJ Skerry-Ryan
2018-12-30Use size_t for kWindowSize to be consistent with kStepSize.RJ Skerry-Ryan
2018-12-30Use constants and do not use non-static member initializers.RJ Skerry-Ryan
2018-10-15Reword block to window throughout.RJ Skerry-Ryan
2018-10-15Fix the build.RJ Skerry-Ryan
2016-04-16Merge branch 'master' into remove-vampRJ Ryan
2016-01-31Add AnalyzerQueenMaryBeats and AnalyzerSoundTouchBeats.RJ Ryan