summaryrefslogtreecommitdiffstats
path: root/src/engine/enginedelay.cpp
AgeCommit message (Expand)Author
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
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-27Add missing typecasts to fix -Wfloat-comparison warningsJan Holthuis
2020-06-10Get rid of char group stringsDaniel Schürmann
2020-03-30Use new PCM audio property typesUwe Klotz
2019-01-06EngineDelay: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2017-11-06Explicitly define the internal number of channels for the engineUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2017-07-05increase size of EngineDelay buffersbe_
2017-06-21move input latency compensation logic from EngineMaster to DlgPrefSoundbe_
2017-06-09input latency compensation for microphone inputsbe_
2017-01-28Rename debug assertion macroUwe Klotz
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-05-06Additional reverts necessary to fix first-runOwen Williams
2015-04-22Pipe default value to ControlPotmeter and set value in some other placesDaniel Schürmann
2014-12-17Convert most Q_ASSERTs into DEBUG_ASSERT_AND_HANDLEs.RJ Ryan
2014-04-21Changed EngineObject interface to use a common in/out buffer.Daniel Schürmann
2014-04-19Make master and headphone delay persistantDaniel Schürmann
2014-04-15Initialize delay to 0 (it was initialized to 100ms -- oops).RJ Ryan
2014-04-04double delay buffer to 200 msDaniel Schürmann
2014-03-26Set the default for the delay potmeter to zero so resetting it clears the delayRJ Ryan
2014-03-25Revert "Fix effect tests. They broke after some control and behavior changes."RJ Ryan
2014-03-25Fix effect tests. They broke after some control and behavior changes.RJ Ryan
2014-03-17Use SampleUtil::clear() in EngineDelay.RJ Ryan
2014-03-17Pass in the control name to EngineDelay.RJ Ryan
2014-03-10add apreference option for delayDaniel Schürmann
2014-03-08Bypass delay buffer if delay is 0Daniel Schürmann
2014-03-08bypass delay puffer ifDaniel Schürmann
2014-03-08Added EngineDelay for Master and Headphone outputDaniel Schürmann
2014-03-08Removed echo from EngineDelay. Solution copied from pfl_delay.patch from Ywwg...Daniel Schürmann
2014-03-08Fixed code style in EngineDelayDaniel Schürmann
2013-12-19Fix ugly const-casting required by EngineObject API.RJ Ryan
2013-11-30Remove unused variables and fix unused warnings.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan