summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzerbeats.cpp
AgeCommit message (Expand)Author
2020-05-13Add comment about re-analysis of tracks with bpm <= 0Uwe Klotz
2020-05-10Ensure that tracks with an invalid bpm are re-analyzedUwe Klotz
2020-05-10Fix repeated key and beat analysis with default settingsUwe Klotz
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-21AnalyzerBeats: fix analyzer not using max/min BPM valuesBe
2019-07-03Improve commentsDaniel Schürmann
2019-06-26Apply the analyzerbeat changes to analyzerkey as well. Improve default vealue...Daniel Schürmann
2019-06-16Use the fist plugin as default. Move constantTempoSupported to AnalyzerPlugin...Daniel Schürmann
2019-06-08Rename Analyzer methodsUwe Klotz
2019-06-08Split long linesUwe Klotz
2019-06-07Fix API design of Analyzer and adjust all implementationsUwe Klotz
2019-06-07Remove Analyzer::isDisabledOrLoadStoredSuccess() callbackUwe Klotz
2018-12-30Remove logging and unused constant.RJ Skerry-Ryan
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-01-05change some more m_pConfig->getValue()Daniel Schürmann
2016-11-09Use const-ref instead of pointer for function argumentsUwe Klotz
2016-05-06Merge branch 'master' into remove-vampRJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-04-17Oops.RJ Ryan
2016-04-17Don't hard-code plugin ids.RJ Ryan
2016-04-16Remove manual setting/getting of beat 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-22Update ReplayGain preferences for new EBU R 128 analyzerDaniel Schürmann
2016-01-31Add AnalyzerQueenMaryBeats and AnalyzerSoundTouchBeats.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-31Rename BPM functions and apply some refactoringUwe Klotz
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan