summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzerkey.cpp
AgeCommit message (Expand)Author
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