summaryrefslogtreecommitdiffstats
path: root/src/analyzer
AgeCommit message (Expand)Author
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-07Merge pull request #2156 from uklotzde/fix_analysis_progress_displayDaniel Schürmann
2019-07-06Merge branch 'master' into dev_trackfileUwe Klotz
2019-07-03Improve commentsDaniel Schürmann
2019-07-03Check first detected beat for plausibilityDaniel Schürmann
2019-07-03Use math_max() and improve commentsDaniel Schürmann
2019-06-26Apply the analyzerbeat changes to analyzerkey as well. Improve default vealue...Daniel Schürmann
2019-06-26Added a comment about obscure "qm-tempotracker:0" idDaniel Schürmann
2019-06-26Merge remote-tracking branch 'upstream/master' into analyzer_startDaniel 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-16Fix compiler warning and make operator SINT() a constexprDaniel Schürmann
2019-06-16Use the fist plugin as default. Move constantTempoSupported to AnalyzerPlugin...Daniel Schürmann
2019-06-16restore missing :0 to be compatible with Mixxx 2.2 settingsDaniel Schürmann
2019-06-15Format debug info for TrackFileUwe Klotz
2019-06-13use c++11 assign() and remove obsolete const parameterDaniel Schürmann
2019-06-10remove special case of window size = step size. This uses a diffrent set of s...Daniel Schürmann
2019-06-10Delete obsolete debug assertionUwe Klotz
2019-06-10Resolve a race condition due to queued signalsUwe Klotz
2019-06-10Merge pull request #2142 from uklotzde/multithreaded_qm_key_analyzerDaniel Schürmann
2019-06-09make sure first sample is sentered in the fft window to fix start ofset in ke...Daniel Schürmann
2019-06-08Merge pull request #2148 from uklotzde/fix_analyzer_frameworkDaniel Schürmann
2019-06-08Fix Qt 5.9 buildUwe Klotz
2019-06-08Rename Analyzer methodsUwe Klotz
2019-06-08Add a debug assertionUwe Klotz
2019-06-08Improve internal state management of Analyzer wrapper classUwe Klotz
2019-06-08Rename Analyzer wrapper class and memberUwe Klotz
2019-06-08Split long linesUwe Klotz
2019-06-07Update qm-dsp from https://github.com/c4dm/qm-dsp/commit/9b18a2294638e2a28c8b...Daniel Schürmann
2019-06-07Fix API design of Analyzer and adjust all implementationsUwe Klotz
2019-06-07Remove Analyzer::isDisabledOrLoadStoredSuccess() callbackUwe Klotz
2019-06-07Skip AnalyzerSilence if already analyzedUwe Klotz
2019-06-07Rename function parametersUwe Klotz
2019-06-06Don't execute AnalyzerSilence if intro/outro cues existUwe Klotz
2019-06-04Remove obsolete mutex from AnalyzerQueenMaryKeyUwe Klotz
2019-05-11Removed workaround that may adopts a C as a BDaniel Schürmann
2019-05-09Add missing include, to fix build on Ubuntu XenialDaniel Schürmann
2019-05-09Compensate rounding error from QM key analyzerUwe Klotz
2019-05-09Split into .h/.cpp filesUwe Klotz
2019-05-09Reformat codeUwe Klotz
2019-04-07AnalyzerSilence: Correctly update range cuesNino Miškić-Pletenac
2019-03-29Merge commit 'edc8cd2e9001fcdefefba9ef6eeab98db50147bd' into silencedetectionNino Miškić-Pletenac
2019-03-29Merge commit '9ee75377510d00b0491e4a934704b11e5cd33efb' into silencedetectionNino Miškić-Pletenac
2019-03-26Fix misc. typos and whitespaceluz.paz
2019-03-17Merge branch 'master' into unfinished_batch_analysisUwe Klotz