summaryrefslogtreecommitdiffstats
path: root/src/analyzer/plugins
AgeCommit message (Expand)Author
2021-07-08Analyzer: Use mixxx::audio::SampleRate type instead of intJan Holthuis
2021-07-06Return {} instead of mixxx::Bpm() to avoid return type repetitionJan Holthuis
2021-07-02Beats: Add mixxx::Bpm in BeatUtils and BeatGrid/BeatMap classesJan Holthuis
2021-07-02AnalyzerQueenMaryBeats: Rename m_stepSize to m_stepSizeFramesJan Holthuis
2021-07-01Beats: Use frame positions for beatmap/beatgrid constructionJan Holthuis
2021-05-18AnalyzerPluginInfo: Return const QString&Jan Holthuis
2021-05-18AnalyzerPlugin: Use class instead of simple structJan Holthuis
2021-04-03AnalyzerKeyFinder: fix invalid e-major keySwiftb0y
2021-02-15Fix sign when calculation the sample positions from beatsDaniel Schürmann
2020-12-15Use bool literals instead of implicit castsJan Holthuis
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-28Fix various MSVC conversion data loss warningsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Use #pragma once everywherexerus2000
2020-10-05AnalyzerKeyFinder: Delete unused member variableUwe Klotz
2020-09-25analyzer/plugins/analyzerqueenmarybeats: Add missing int castJan Holthuis
2020-09-24analyzer: Add missing `f` suffix to float literalsJan Holthuis
2020-06-13CMake: Link libSoundTouch dynamically if v2.1.1 is availableUwe Klotz
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-05-11Avoid redundant math_min()Uwe Klotz
2020-05-11DownmixAndOverlapHelper: Limit both read and write sizeUwe Klotz
2020-04-26AnalyzerKeyFinder: only record final keyBe
2020-04-21Merge remote-tracking branch 'upstream/master' into keyfinderBe
2020-04-21AnalyzerKeyFinder: move pluginInfo implementation to cpp fileBe
2020-04-20AnalyzerKeyFinder: do not explicitly construct default membersBe
2020-04-20AnalyzerKeyFinder: document library version numberBe
2020-04-20AnalyzerKeyFinder: use QStringLiteralBe
2020-04-20AnalyzerKeyFinder: use SINT for frame & sample indicesBe
2020-04-20AnalyzerKeyFinder: move stateless function to anonymous namespaceBe
2020-04-20AnalyzerKeyFinder: use normal class members instead of unique_ptrsBe
2020-04-20AnalyzerKeyFinder: use default destructorBe
2020-04-20AnalyzerKeyFinder: don't translate untranslatable stringsBe
2020-04-20AnalyzerKeyFinder: don't continuously grow the bufferBe
2020-04-20add AnalyzerKeyFinder for more accurate key analysisBe
2020-04-20even more precise commentsCristiano
2020-04-19fix newline typoCristiano
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-10-05Rename analyzer "blocks" as "chunks"Uwe Klotz
2019-09-02Misc. typosluz.paz
2019-08-08Merge pull request #2152 from daschuer/analyzer_startUwe Klotz
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-22Improve comments.Daniel Schürmann
2019-07-03Check first detected beat for plausibilityDaniel Schürmann
2019-07-03Use math_max() and improve commentsDaniel Schürmann