summaryrefslogtreecommitdiffstats
path: root/src/engine/ratecontrol.h
AgeCommit message (Expand)Author
2018-12-14Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel 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-05-01Misc. typosluz.paz
2018-01-17Do not jump out of a loop if we adjust a phase (lp1743010)Daniel Schürmann
2017-12-17break up long lines of codebe_
2017-12-17Merge remote-tracking branch 'upstream/master' into preferences_cleanupbe_
2017-11-25DlgPrefDecks: make Cancel button workbe_
2017-11-11removed unused return value from EngineControl::process()Daniel Schürmann
2017-10-31Removed unused EngineControl::getTrigger() and added some missing override ke...Daniel Schürmann
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.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-17use calcRateRatio in RateControl as wellDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2015-10-30removed unused member m_reverseChangedDaniel Schürmann
2015-03-28introduced a new flag pReportReverseDaniel Schürmann
2014-12-28use speed value from keycontrol in vinyl case as wellDaniel Schürmann
2014-12-10Use a ControlValueAtomic to return pitch and tempo from KeyControlDaniel Schürmann
2014-11-29Fix some var names and comments to Speed = Pitch / TempoDaniel Schürmann
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-05-16Unify scratch2 variable names a bit.Owen Williams
2014-05-16Merge branch '140515-vc-newco' into ratecontrol-scratchfixOwen Williams
2014-05-16Change vinylcontrol to not use scratch2 for rate.Owen Williams
2014-04-20Merge branch 'master' into ratecontrol-scratchfixOwen Williams
2014-04-17remove unused membersMarcos CARDINOT
2014-04-14Inverse "scratch2_always_on" logic to "scratch2_scratching"Daniel Schürmann
2014-04-14renamed m_pScratchToggle to m_pScratchEnableDaniel Schürmann
2014-04-13Rename "isScratching" to be more accurate, which is that it reports that scra...Owen Williams
2014-04-11add override for new scratch2 behaviorOwen Williams
2014-03-21Fix build with vinylcontrol=0Owen Williams
2014-01-10If the user causes a sync while absolute mode is on, disable it.Owen Williams
2013-12-19Fix ugly const-casting required by EngineObject API.RJ Ryan
2013-12-14Move the match-phase-on-seek calculation to the point of seek so it's not one...Owen Williams
2013-12-14Create Reverse Roll, much like beatloop rolls.Owen Williams
2013-12-14Make vinyl control and follower mode mutually exclusive.Owen Williams
2013-12-13Misc. cleanups of no-longer-necessary code and tests.RJ Ryan
2013-12-13Move all sync related classes to src/engine/sync/.RJ Ryan
2013-12-10Major refactor of EngineSync / RateControl / BpmControl for master sync.RJ Ryan
2013-12-10Remove FromEngine linkage in bpmcontrol, helps with backtraces and preventing...Owen Williams
2013-12-09Replace all uses of double or int to represent a SyncMode with the explicit t...RJ Ryan
2013-12-09Major refactoring and renaming to make things clearerOwen Williams
2013-12-08Major rework -- eliminate sync_slave and replace with sync_enabled, which is ...Owen Williams
2013-12-08Merge branch 'master' into master_syncOwen Williams
2013-12-07convert tabs to spacesMax Linke
2013-12-06Re-establish behavior where any slave deck rate change can affect master.Owen Williams