summaryrefslogtreecommitdiffstats
path: root/src/test/cuecontrol_test.cpp
AgeCommit message (Expand)Author
2020-04-09CueControlTest: Remove redundant codeUwe Klotz
2020-04-09test/cuecontrol_test: Fix compile error due to missing methodJan Holthuis
2020-04-09Merge pull request #2601 from uklotzde/audio_typesJan Holthuis
2020-03-30Use new PCM audio property typesUwe Klotz
2020-03-25do not follow cue when playingPhilip Gottschling
2020-03-25Fix LP1855321 - Prevent undesired jumping to main cuePhilip Gottschling
2020-02-29Replace constants from cue.h and use them throughout codebaseJan Holthuis
2019-12-24Quantize intro/outro cues to closest beatNino Miškić-Pletenac
2019-11-10Fix a bug where outro end was passed the end of the track, because not update...Daniel Schürmann
2019-10-22Cue: rename setPosition to setStartPositionBe
2019-10-05Merge remote-tracking branch 'upstream/master' into autodj_intro_outroBe
2019-10-01Merge remote-tracking branch 'upstream/master' into autodj_intro_outroBe
2019-09-28Fix failing testsDaniel Schürmann
2019-09-22Fix creation of temporary tracks in CueControlTestUwe Klotz
2019-08-13remove useless tracking of automatic vs manually placed cuesBe
2019-08-10fix CueControl testsBe
2019-07-23delete removed "seekonload_mode" CO from testsDaniel Schürmann
2019-05-07remove hacky message passing via CO from AutoDJProcessor to CueControlBe
2019-05-07convert Cue::CueSource to enum classBe
2019-05-07convert Cue::CueType to enum classBe
2019-05-06add option to load tracks at intro start markerBe
2019-05-06convert SeekOnLoadMode to enum classBe
2019-04-16CueControl: Write tests for SeekOnLoad modesNino Miškić-Pletenac
2019-04-09Test CueControl to properly quantize cues on track loadNino Miškić-Pletenac
2019-03-27Write more tests for CueControlNino Miškić-Pletenac
2019-03-27Write basic unit tests for CueControlNino Miškić-Pletenac