summaryrefslogtreecommitdiffstats
path: root/src/test/enginebuffertest.cpp
AgeCommit message (Expand)Author
2017-01-02Enable EngineBufferTest.TrackLoadResetsPitch.RJ Ryan
2017-01-02Disable tests with DISABLED_ so the code doesn't rot.RJ Ryan
2016-05-06Fix reading uninitalize buffer when scratching from rate 0Daniel Schürmann
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-10-11Added Test: CueGotoAndPlayDenon which still failsDaniel Schürmann
2015-10-11Handle seek options as flags and reduce code duplication, this fixes Bugs #15...Daniel Schürmann
2015-10-10added CueGotoAndStopTest, which failsDaniel Schürmann
2015-09-01typo in test nameOwen Williams
2015-05-25Added Test for pitch changes in reverseDaniel Schürmann
2015-04-24Better test for scratching that shows hump flawOwen Williams
2015-04-21Also disable soundtouch test, it is also variant.Owen Williams
2015-04-21Merge pull request #558 from kain88-de/audioplotkain88-de
2015-04-21Add note about audioplot.py to enginebuffertest.Max Linke
2015-04-20Disable the RubberBand test -- it is dependent on the library version makingOwen Williams
2015-04-20still trying to get this test to pass on travisOwen Williams
2015-04-20Relax rubberband e2e test delta, since it seems to vary.Owen Williams
2015-04-18Add several end-to-end enginebuffer tests.Owen Williams
2015-04-17Rename buffer comparison classes since they aren't specific to EngineBufferOwen Williams
2015-04-17Move e2e testing into enginemaster, allowing for testing of larger signal pathsOwen Williams
2015-04-16Create a framework for testing actual output of the enginebuffer.Owen Williams
2015-04-12Use a cross-platform sleep to fix a compile error on WindowsRyan Kramer
2015-04-08Fix SlowRubberBand testDaniel Schürmann
2015-04-08Add a test that can crash soundtouchOwen Williams
2015-04-05Merge pull request #535 from ywwg/trackload-resetOwen Williams
2015-04-05Convert speed auto reset to enumOwen Williams
2015-03-30Improve commentsDaniel Schürmann
2015-03-28remove extra new lineDaniel Schürmann
2015-03-28Fixed typos and styleDaniel Schürmann
2015-03-27Merge remote-tracking branch 'upstream/master'Daniel Schürmann
2015-03-27Added two tests: EngineBufferTest.VinylScalerRampZero and EngineBufferTest.Re...Daniel Schürmann
2015-03-27Added test EngineBufferTest::ScalerNoTransportDaniel Schürmann
2015-03-26extend unittestDaniel Schürmann
2015-03-25Include test for pitch adjust resetOwen Williams
2015-03-24Make vinyl-style scaler configurable like keylock scaler is, makes tests a bitOwen Williams
2015-03-24Only disable keylock for rubberbandOwen Williams
2015-03-23Don't use a keylock scaler at very slow speeds.Owen Williams
2015-01-01fixed testDaniel Schürmann
2014-12-30remove pitch scale strings from keylock modeDaniel Schürmann
2014-12-21Added a todo for EngineBufferTest::TrackLoadResetsPitch()Daniel Schürmann
2014-12-20Fix renaming inside commentsDaniel Schürmann
2014-12-15Fix test by using ASSERT_NEARDaniel Schürmann
2014-12-10Added EngineBufferTest::PitchAndKeylockModeRoundtripDaniel Schürmann
2014-12-10fix EngineBufferTest::DisableKeylockResetsPitchDaniel Schürmann
2014-12-10make use of static set and get functionsDaniel Schürmann
2014-09-03cruft debug commentOwen Williams
2014-09-03Add tests for musical pitch reset.Owen Williams