summaryrefslogtreecommitdiffstats
path: root/src/vinylcontrol
AgeCommit message (Expand)Author
2020-06-11Make QString m_group constDaniel Schürmann
2020-03-16master sync: clang-format changed linesOwen Williams
2020-01-22Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-09vinylcontrol/vinylcontrolmanager: Replace QSignalMapper with lambda expressionsJan Holthuis
2019-12-30Master Sync: preallocate buffers in engine thread func.Owen Williams
2019-11-20Remove commented codeDaniel Schürmann
2019-11-15deactivated Event stats in some threads to reduce the momory usage in develop...Daniel Schürmann
2019-08-18Merge remote-tracking branch 'upstream/master' into rate_ratioDaniel Schürmann
2019-08-06Minor source comment typo tweeksluz.paz
2019-08-03Merge pull request #2114 from daschuer/spinny_syncDaniel Schürmann
2019-08-01Compare explicite with nullptr and ensure double precision when calculating r...Daniel Schürmann
2019-07-04Replace qOverload with QOverloadFerran Pujol Camins
2019-07-02Use new signals & slots syntaxFerran Pujol Camins
2019-05-16Use a more accurate vinyl speed of 100 / 3 instead of just 33.3Daniel Schürmann
2019-03-16fix reset value to 1 for rate_ratioDaniel Schürmann
2019-01-13Fix and cleanup Qt compatibility includesUwe Klotz
2019-01-10Merge remote-tracking branch 'upstream/master' into rate_ratioDaniel Schürmann
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-12-20Merge remote-tracking branch 'upstream/2.2'Be
2018-12-17Fix vinyl control pregain value being incorrectly overwrittenOwen Williams
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
2017-01-01remove inline getValueString to fix Mac buildDaniel 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-04-16Add some helper template methods to ConfigObject.RJ Ryan
2016-03-28Report correct channel count when registering AudioPathsDaniel Schürmann
2016-02-17use calcRateRatio in VinylControlXwax as wellDaniel Schürmann
2016-01-25Merge branch 'master' into menubarRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-15Move menu logic and VC/Passthrough/Mic checking out of MixxxMainWindow.RJ Ryan
2016-01-13remove ControlObjectThread completelyDaniel Schürmann
2016-01-13use COS in VinylControlManagerDaniel Schürmann
2016-01-10Merge remote-tracking branch 'upstream/master' into ContrlObjectSlaveDirectDaniel Schürmann
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-12-28Move SoundManager/SoundDevice/etc. to src/soundio/.RJ Ryan
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
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-03-03Merge branch 'master' into NewSoundSourceAPIUwe Klotz
2015-03-01Remove vinyl control mode preference. Instead remember last-used mode per-deck,Owen Williams
2015-02-26Merge branch 'master' into NewSoundSourceAPIUwe Klotz