summaryrefslogtreecommitdiffstats
path: root/src/vinylcontrol
AgeCommit message (Expand)Author
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-01-13Fix and cleanup Qt compatibility includesUwe Klotz
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-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
2015-02-25Don't report non-steady on any resync, not just loopsOwen Williams
2015-01-07Delete obsolete include directivesUwe Klotz
2014-12-29minor style fixDaniel Schürmann
2014-12-29Made m_pRateSlider a ControlObjectSlaveDaniel Schürmann
2014-12-29renamed m_pVCRate to controlScratch and make it a ControlObjectSlaveDaniel Schürmann
2014-12-28Fix signal quality update unnecessarily chewing CPUOwen Williams
2014-12-21remove debug lineOwen Williams
2014-12-20Don't track "steady pitch" values while user is reversing the trackOwen Williams
2014-11-15New types/constants/functions for sample and gain valuesUwe Klotz
2014-09-20Minor comment typo.RJ Ryan
2014-05-16Change vinylcontrol to not use scratch2 for rate.Owen Williams
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-17Merge pull request #233 from ywwg/vinyl-prefs-fixesRJ Ryan
2014-04-17Clean up vinyl prefs window.Owen Williams
2014-04-17uninitialized membersMarcos CARDINOT