summaryrefslogtreecommitdiffstats
path: root/src/vinylcontrol/vinylcontrolxwax.cpp
AgeCommit message (Expand)Author
2021-11-26Fix codespell failure detected by pre-commitJoergAtGithub
2021-11-26Clamp the value from 0 to 1 to prevent the HSV warningsJoergAtGithub
2021-11-26Merge remote-tracking branch 'upstream/Main' into establishqualitywithpitchJoergAtGithub
2021-10-19Switch to automatic datatype: std::vectortcoyvwac
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-08-13Fix codespell warningsUwe Klotz
2021-07-15Remove useless ControlProxy::slotSet() methodJan Holthuis
2021-02-16avoid symbol collision with fdk-aacBe
2021-02-13Replaced static casts by suffix fJoergAtGithub
2021-02-13Fixed merge conflictsJoergAtGithub
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-08Fix for -Werror=float-conversion by adding more static_cast<float> statementsJoergAtGithub
2020-12-08Fix for -Werror=float-conversionJoergAtGithub
2020-12-08Code styleJoergAtGithub
2020-12-08Changed establishQuality function in vinylcontrolxwax to consider the pitch i...JoergAtGithub
2020-12-07merge 2.3Be
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-10-28VinylControlXwax: Simplify boolean expressionJan Holthuis
2020-10-27vinylcontrolxwax: Add missing braces around if blockJan Holthuis
2020-10-27Replace implicit casts with ControlObject::toBool() in more placesJan Holthuis
2020-09-25vinylcontrol/vinylcontrolxwax: Add missing typecastJan Holthuis
2020-09-25vinylcontrol/vinylcontrolxwax: Use float mathJan Holthuis
2020-09-25Move some constants into anonymous namespaceJan Holthuis
2020-09-25Use const/auto to improve type declarationsJan Holthuis
2020-09-25vinylcontrol/vinylcontrolxwax: Do cast intermediate value to floatJan Holthuis
2020-09-25vinylcontrol/vinylcontrolxwax: Use CSAMPLE_GAIN for gain valuesJan Holthuis
2020-09-24Make various int cast explicit using static_cast<int>()Jan Holthuis
2019-03-16fix reset value to 1 for rate_ratioDaniel Schürmann
2018-12-14Merge commit '9cab17a5d1bf88649e35e92aeb4c9df5857630d3' into rate_ratioDaniel Schürmann
2018-12-13Merge remote-tracking branch 'upstream/master' into rate_ratioDaniel Schürmann
2018-09-14Switch all code to the new rate_ratio controlDaniel Schürmann
2018-07-23Used the new rate_ratio control to set the rateDaniel Schürmann
2018-06-14Fixed some minor CO issuesDaniel Schürmann
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-02-17use calcRateRatio in VinylControlXwax as wellDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-13remove ControlObjectThread completelyDaniel Schürmann
2016-01-10Merge remote-tracking branch 'upstream/master' into ContrlObjectSlaveDirectDaniel Schürmann
2015-09-12use COS in VinylControlDaniel Schürmann
2015-04-03Merge branch 'master' into NewSoundSourceAPIUwe Klotz
2015-03-29Improve vinyl control logic for determining when to update the rate sliderOwen Williams
2015-03-29Fix vinyl control report not updating the angleOwen Williams
2015-03-11Merge branch 'master' into NewSoundSourceAPIUwe Klotz
2015-03-10DVS: Make digital control more sensitive for CDJsOwen Williams
2015-02-26Merge branch 'master' into NewSoundSourceAPIUwe Klotz