summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)Author
2021-12-30Close audio source explicitly to drop open file handlesUwe Klotz
2021-12-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-12-06Delete unused local variablesUwe Klotz
2021-11-21ChannelMixer: Use range-based for loopsUwe Klotz
2021-11-21Merge pull request #1966 from Be-ing/audio_engine_cleanupRJ Skerry-Ryan
2021-11-13Merge pull request #4328 from fellock/2.3Be
2021-11-01Merge branch '2.3'Owen Williams
2021-10-25Merge pull request #4467 from mixxxdj/effects_refactoringBe
2021-10-24Sync Lock: Make sure to update the leader beat distance after a seekOwen Williams
2021-10-23Sync Lock: Have bpmcontrol override notifySeekOwen Williams
2021-10-23Sync Lock: make sure to reinit leader params after scratching endsOwen Williams
2021-10-23Merge pull request #4366 from daschuer/fuzzy_beatsOwen Williams
2021-10-22Merge remote-tracking branch 'upstream/main' into effects_refactoringDaniel Schürmann
2021-10-20Update Audible: Better location for callOwen Williams
2021-10-19Added missing virtual destructor in EffectRequestHandlerDaniel Schürmann
2021-10-19Rename variables of type EnigineParameter to engineParametersDaniel Schürmann
2021-10-18Merge remote-tracking branch 'upstream/main' into effects_refactoringDaniel Schürmann
2021-10-15Beats: Refactor getBpm() into getBpmInRange(startPos, endPos)Jan Holthuis
2021-10-15Merge pull request #4409 from Holzhaus/beats-scale-nullptrDaniel Schürmann
2021-10-15Beats: Make return value of mutation methods optionalJan Holthuis
2021-10-12Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-10-13Fix debug assertion when the only playing track has no beatsDaniel Schürmann
2021-10-12Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-10-12Merge pull request #4155 from ywwg/synclock-audiblephaseDaniel Schürmann
2021-10-12Merge pull request #4379 from Be-ing/loopingcontrol_iteratorDaniel Schürmann
2021-10-12Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-10-12Merge pull request #4370 from ywwg/cue-seek-fixBe
2021-10-12LoopingControl: use QStack::iterator instead of auto for iteratorBe
2021-10-12CachingReader: Fix assertion when loop is before track start (lp1946759)Jan Holthuis
2021-10-11remove unused variableDaniel Schürmann
2021-10-11Avoid recalculation of beat positions if track is paused.Daniel Schürmann
2021-10-10Cue seek fix: fixed another instance of the bug, added a couple testsOwen Williams
2021-10-10Fix beat loops for the reverse case when not quantized and non const beat mapsDaniel Schürmann
2021-10-10split out findQuantizedBeatloopStart()Daniel Schürmann
2021-10-10Rearrange the control flow in slotBeatLoop() for better readability.Daniel Schürmann
2021-10-09Update main cue position before seeking to itOwen Williams
2021-10-08Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-10-08Sync Lock: Perform updateAudible work in process callOwen Williams
2021-10-07Don't lookup beats if the next and pervious COs are valid.Daniel Schürmann
2021-10-07Don't use findPrevNextBeats() in snapping mode in slotBeatLoop() because it i...Daniel Schürmann
2021-10-06SyncLock: clang-format filesOwen Williams
2021-10-06Merge remote-tracking branch 'origin/main' into oopsOwen Williams
2021-10-06Sync Lock: make sure beatsync control is momentaryOwen Williams
2021-09-27Changed beatloop_activate button behaviourfilok
2021-09-26Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-09-26Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-09-25Revert debug editOwen Williams
2021-09-25Sync Lock: move obsolete beatsync_* controls to synccontrolOwen Williams
2021-09-25Merge branch 'main' into synclock-05-explicitloadOwen Williams