summaryrefslogtreecommitdiffstats
path: root/src/test/mockedenginebackendtest.h
AgeCommit message (Expand)Author
2017-01-02Reduce code duplication between SignalPathTest and MockedEngineBackendTest.RJ Ryan
2017-01-02Fix fake track loading so it passes through BaseTrackPlayerImpl.RJ Ryan
2017-01-02Call setupEqControls on SignalPathTest and MockedEngineBackendTest decks.RJ Ryan
2017-01-02Create GuiTick in MockedEngineBackendTest and SignalPathTest.RJ Ryan
2017-01-02Fix leak of PreviewDeck in SignalPathTest and MockedEngineBackendTest.RJ Ryan
2016-09-05add EngineSyncTest.LoadTrackResetTempoOption testbe_
2016-05-28Rename and document getScaledSampleFrames()Uwe Klotz
2016-05-26Perform scaler calculations in frames instead of samplesUwe Klotz
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-02-09Merge pull request #864 from daschuer/scalerlinearspeedDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-12-30fix testsDaniel Schürmann
2015-12-30Merge remote-tracking branch 'upstream/master' into positionroundingDaniel Schürmann
2015-12-29Merge remote-tracking branch 'upstream/master' into positionroundingDaniel Schürmann
2015-12-27Move SampleUtil and friends to src/util.RJ Ryan
2015-04-08Rename pitchRatio and tempoRatio to clarify the scalingDaniel Schürmann
2015-04-05getScaled now returns the read sample countDaniel Schürmann
2015-04-05remove m_buffer from enginebufferscaleDaniel Schürmann
2015-03-28Fixed typos and styleDaniel Schürmann
2015-03-27Added two tests: EngineBufferTest.VinylScalerRampZero and EngineBufferTest.Re...Daniel Schürmann
2015-03-24Make vinyl-style scaler configurable like keylock scaler is, makes tests a bitOwen Williams
2015-03-23Don't use a keylock scaler at very slow speeds.Owen Williams
2015-02-24Refactor use of strings in the engine. 10-20% callback speed improvement.RJ Ryan
2014-12-01renamed setScaleParameters parameteres according to the new interfaceDaniel Schürmann
2014-09-08A lot of work on half/double BPMs, which revealed some bugs in theOwen Williams
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-03Set up tests for bug 1302258 when it eventually gets fixedOwen Williams
2014-04-03Decks shouldn't sync to non-master decks (like Preview Decks)Owen Williams
2014-03-21Merge branch 'master' into features_effectsRJ Ryan
2014-03-20Add support for shifting beatloops and reseeking the play position if the loo...Owen Williams
2014-03-19Merge branch 'master' into features_effectsRJ Ryan
2014-03-11Introduce SampleUtil::clear() and use itDaniel Schürmann
2014-01-12Merge branch 'master' into features_effectsRJ Ryan
2013-12-23Refactor EngineBufferScale::getScaled API to be a little more clear.RJ Ryan
2013-12-19Merge branch 'master' into features_effectsRJ Ryan
2013-12-19Fix ugly const-casting required by EngineObject API.RJ Ryan
2013-12-17Add quick and dirty EffectChain / Effect / EffectParameter XML serialization/...RJ Ryan
2013-12-13Fix tests to use EffectsManager.RJ Ryan
2013-12-13Don't leak buffer in MockedEngineBackendTest.RJ Ryan
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-10Make sure master bpm value gets set when a new master is activated.Owen Williams
2013-12-09Use [InternalClock] instead of [Internal] to make it clear what the group is ...RJ Ryan
2013-12-09More renaming which should help. Differentiate [Master] COs, which are univer...Owen Williams
2013-12-08Test linting.Owen Williams
2013-12-07Fix MockScaler.RJ Ryan
2013-12-02Fix braindead type and if() error, fix test to check for it.Owen Williams
2013-11-29Remove connection of sync_mode with FromEngine.Owen Williams