summaryrefslogtreecommitdiffstats
path: root/src/test/looping_control_test.cpp
AgeCommit message (Expand)Author
2017-05-26update beatloop_X_enabled COs when using loop_in/outbe_
2017-05-21don't shift whole loop when holding loop_in/out and beatjumpingbe_
2017-05-20rename beatloop_set to beatloop_activatebe_
2017-05-20fix loop in/out quantization testsbe_
2017-05-20rename beatloop_toggle to beatloop_setbe_
2017-05-20fix LoopingControlTests after changing beatloop_toggle behaviorbe_
2017-05-08measure beatloop_size when setting manual loops with quantizebe_
2017-04-28make LoopingControlTest.LoopMoveTest passbe_
2017-04-12make loop_halve/double work better with beatloop_size againbe_
2017-04-12remove "reloop" CO, make "reloop_toggle" catch upcoming loopsbe_
2017-04-12hold loop_in/out to move loop boundaries; catch loop with reloop CObe_
2017-04-11add beatloop_halve/double ControlPushbuttonsbe_
2017-04-11revert to Mixxx 2.0 behavior of loop_halve/doublebe_
2017-04-07do not resize manual loops when changing beatloop_sizebe_
2017-03-23don't update beatloop_X_enabled until after loop size checksbe_
2017-03-22don't resize inactive beatloops until beatloop_size matches lengthbe_
2017-03-21various beatloop_size fixes and code clean upbe_
2017-03-19prevent loop_halve from losing connection with beatloop_size when loop goes t...be_
2017-03-07keep beatloop_size in sync with loop size when using loop_halve & loop_doublebe_
2017-03-07remove beatloop_enabled CO from testsbe_
2017-02-16rename reloop_exit CO to reloop_toggle and alias old namebe_
2017-02-15introduce beatloop_size, beatloop_toggle, and beatloop_enabled COsbe_
2017-01-02Remove MixxxTest::getControlProxy in favor of using std::make_unique.RJ Ryan
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-01-13remove ControlObjectThread completelyDaniel Schürmann
2016-01-13Remove ControlObjectThread from testsDaniel Schürmann
2015-10-01Looping: Flesh out seek test more to cover non-seeking caseOwen Williams
2015-10-01Looping: Fix activating new loop not warping playposition correctlyOwen Williams
2015-01-07Only call seekInsideAdjustedLoop when a loop is active. Fixes Bug #1407319.RJ Ryan
2014-11-11Fix loop tests so the loop sizes are largerOwen Williams
2014-08-26Fix dangerous uninitialized values in EngineBuffer!Owen Williams
2014-03-22Fix loop_move testsOwen Williams
2014-03-20Add support for shifting beatloops and reseeking the play position if the loo...Owen Williams
2014-01-14Convert float literals to double literals in various places.RJ Ryan
2013-06-20Fix tests.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan