summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzerkey.cpp
AgeCommit message (Expand)Author
2021-07-08Analyzer: Use mixxx::audio::SampleRate type instead of intJan Holthuis
2021-05-18AnalyzerPlugin: Use class instead of simple structJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-12AnalyzerBeats/AnalyzerKey: Fix QList time-of-check/time-of-use issuesJan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-23Make sure QM key detection is default until we have decided to switch to KeyF...Daniel Schürmann
2020-05-10Fix repeated key and beat analysis with default settingsUwe Klotz
2020-04-20AnalyzerKeyFinder: make KeyFinder optional with a CMake optionBe
2020-04-20add AnalyzerKeyFinder for more accurate key analysisBe
2019-07-03Improve commentsDaniel Schürmann
2019-06-26Apply the analyzerbeat changes to analyzerkey as well. Improve default vealue...Daniel Schürmann
2019-06-08Rename Analyzer methodsUwe Klotz
2019-06-07Fix API design of Analyzer and adjust all implementationsUwe Klotz
2019-06-07Remove Analyzer::isDisabledOrLoadStoredSuccess() callbackUwe Klotz
2019-01-26Handle expected race conditions when receiving queued signalsUwe Klotz
2018-12-30Move fast analysis samples calculation to init() and use analyzer/constants.h.RJ Skerry-Ryan
2018-12-26Re-implement fast analysis for AnalyzerBeats and AnalyzerKey.RJ Skerry-Ryan
2018-10-15Fix the build.RJ Skerry-Ryan
2018-10-15Merge branch 'master' into remove-vampRJ Skerry-Ryan
2018-04-24Fix multi-threaded execution of Vamp analyzersUwe Klotz
2017-11-03Fix missing initialization of key detection settingUwe Klotz
2017-01-05change some more m_pConfig->getValue()Daniel Schürmann
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
2016-04-17Oops.RJ Ryan
2016-04-17Don't hard-code plugin ids.RJ Ryan
2016-04-17Remove manual setting/getting of key detector preferences.RJ Ryan
2016-04-16Merge branch 'master' into remove-vampRJ Ryan
2016-03-02Rename loadStored to reflect the actualy usageDaniel Schürmann
2016-02-10Reduce risks for memory leaks in Keys interfaceUwe Klotz
2016-01-31Add AnalyzerQueenMaryKey.RJ Ryan
2016-01-31Use AnalyzerPlugin interface in AnalyzerKey/AnalyzerBeats and preferences.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan