summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzergain.cpp
AgeCommit message (Expand)Author
2021-07-08Analyzer: Use mixxx::audio::SampleRate type instead of intJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2019-06-08Fix Qt 5.9 buildUwe Klotz
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
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-03-10Moved a common isAnalyzerDisabled to ReplaGainSettingsDaniel Schürmann
2016-03-10used new ReplayGainSettings clas also in the replay gain analyzer classesDaniel Schürmann
2016-03-04Set default value of ReplayGainAnalyserEnabled and ReplayGainAnalyserVersionDaniel Schürmann
2016-03-02Fix pereference nameDaniel Schürmann
2016-03-02Rename loadStored to reflect the actualy usageDaniel Schürmann
2016-03-01improve commentsDaniel Schürmann
2016-03-01anlayzer with zDaniel Schürmann
2016-03-01use p prefix for pointersDaniel Schürmann
2016-02-24call clean up during finalizeDaniel Schürmann
2016-02-22Update ReplayGain preferences for new EBU R 128 analyzerDaniel Schürmann
2016-02-21Introduced new config options for replay gain 1 and 2Daniel Schürmann
2016-02-21Added ScopedTimerDaniel Schürmann
2016-02-21Introduce m_initalite flag, calculate always new replay gainDaniel Schürmann
2016-02-20Added ReplayGain2 Analyzer based on ebumeter by Fons AdriaensenDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan