summaryrefslogtreecommitdiffstats
path: root/src/engine/ratecontrol.cpp
AgeCommit message (Expand)Author
2019-01-06move EngineControls to their own folderBe
2019-01-06RateControl: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2018-12-14Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2018-12-13replace single getter with one for the whol atomic struct.Daniel Schürmann
2018-12-01remove unused variableDaniel Schürmann
2018-12-01RateControl: Make config options atomicDaniel Schürmann
2018-11-28Removed unused m_pTrack from RateControlDaniel Schürmann
2018-11-28removed unused totalSamples from process callDaniel Schürmann
2018-11-28removed unused pOldTrack from trackLoaded functionDaniel Schürmann
2018-07-28Merge remote-tracking branch 'upstream/2.1'Daniel Schürmann
2018-05-11Allow maximum speed of 4x normalSean M. Pappalardo
2018-05-01Misc. typosluz.paz
2018-01-17Do not jump out of a loop if we adjust a phase (lp1743010)Daniel Schürmann
2017-12-22attempt to fix Windows buildbe_
2017-12-17Merge remote-tracking branch 'upstream/master' into preferences_cleanupbe_
2017-11-25DlgPrefDecks: make Cancel button workbe_
2017-11-11change "rateRange" CO to a ControlPotmeter to set limits on itbe_
2017-11-11removed unused return value from EngineControl::process()Daniel Schürmann
2017-01-27Fix the build after #676.RJ Ryan
2017-01-27Merge pull request #676 from nschloe/small-fixesRJ Skerry-Ryan
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-03-18Merge remote-tracking branch 'upstream/master' into replaygain2Daniel Schürmann
2016-03-06Replace trackUnloaded() with void trackLoaded(TrackPointer pNewTrack, TrackPo...Daniel Schürmann
2016-03-01use p prefix for pointersDaniel Schürmann
2016-02-17mark static functionsDaniel Schürmann
2016-02-17use calcRateRatio in RateControl as wellDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-12-27Move src/rotary.(cpp|h) to src/util.RJ Ryan
2015-10-30Removed unrechable codeDaniel Schürmann
2015-08-15uninitialized variablesNico Schlömer
2015-04-03Merge remote-tracking branch 'upstream/master' into scalerDaniel Schürmann
2015-03-28introduced a new flag pReportReverseDaniel Schürmann
2015-03-26do not switch scaler if we have no transportDaniel Schürmann
2014-12-28use speed value from keycontrol in vinyl case as wellDaniel Schürmann
2014-12-28use toBoolDaniel Schürmann
2014-12-22Merge remote-tracking branch 'upstream/master' into pitch_scaleDaniel Schürmann
2014-12-20Don't track "steady pitch" values while user is reversing the trackOwen Williams
2014-12-20remove stray new linesDaniel Schürmann
2014-12-10Use a ControlValueAtomic to return pitch and tempo from KeyControlDaniel Schürmann
2014-12-03Merge pull request #409 from daschuer/speed_renameDaniel Schürmann
2014-11-30ControllerEngine fixes.RJ Ryan
2014-11-29Fix some var names and comments to Speed = Pitch / TempoDaniel Schürmann
2014-11-18Code fascism.RJ Ryan
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-10-11Master Sync: oops, forgot to negate the if statement on that last commitOwen Williams
2014-10-11Master Sync: only report usertweak if scratching is not activeOwen Williams
2014-10-08Fix leaking controls.RJ Ryan
2014-09-11Reset user tweak if sync is offOwen Williams
2014-09-10Try to clean up synced rate calculation.Owen Williams