summaryrefslogtreecommitdiffstats
path: root/src/engine/enginebuffer.cpp
AgeCommit message (Expand)Author
2021-03-20Merge pull request #3608 from JoergAtGithub/improve_beat_indicatorDaniel Schürmann
2021-03-14Sync Lock: minor refactoringOwen Williams
2021-03-05Merge branch 'main' into improve_beat_indicatorJoergAtGithub
2021-03-02Added ToDo comment about moving the updateIndicators to waveform update loop.JoergAtGithub
2021-02-27Added the loop cases:JoergAtGithub
2021-02-26Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-02-25Use -DBL_MAX as inital sample position, and fix more testsDaniel Schürmann
2021-02-25remove i prefixDaniel Schürmann
2021-02-25setCurrentSample using m_filepos_play, and fix failing test.Daniel Schürmann
2021-02-25Introduce kInitalSample as inital value not 0.0Daniel Schürmann
2021-02-25Remove unused constants from header fileDaniel Schürmann
2021-02-25Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-02-24EngineBuffer: Set EngineControl track sample rate/count on track loadJan Holthuis
2021-01-31Reworked beat_active control:JoergAtGithub
2020-12-16Merge remote-tracking branch 'upstream/main' into hotcue_focus_off_by_one_mainDaniel Schürmann
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-29discard cued seek action after a new track has been loadedDaniel Schürmann
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-09Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-09Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-05pass the new and old play state into updateIndicatorsAndModifyPlay() fixing l...Daniel Schürmann
2020-10-31Merge branch 'main' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-10-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-09-22LoopingControl: Rename loopToggled signal to loopEnabledChangedJan Holthuis
2020-08-26Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-08-16Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-08-16engine/enginebuffer: Remove unused variableJan Holthuis
2020-08-16engine/enginebuffer: Remove superfluous assignmentJan Holthuis
2020-08-05EngineBuffer: Order methods & add constxerus2000
2020-08-05EngineBuffer: Clean up signatures & order methodsxerus2000
2020-07-14engine/controls/loopingcontrol: Add setBeatLoop methodJan Holthuis
2020-07-05Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-06-20Improved SampleUtil::linearCrossfadeBuffers by using a combined in and out bu...Daniel Schürmann
2020-06-19engine: Move saved loop cue tracking from LoopingControl into CueControlJan Holthuis
2020-06-19Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-06-09Master Sync: Fix phase seeks double-applying user tweakOwen Williams
2020-05-07Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-04-28Fix various typosluz.paz
2020-04-21removed the use of file_bpm form the engine, streamline update order.Daniel Schürmann
2020-04-21Introduces common trackBeatsUpdated function to reduce number of connect callsDaniel Schürmann
2020-04-12Merge branch 'master' into mastersync-onemasterOwen Williams
2020-04-05Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into audio_typesUwe Klotz
2020-04-04Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-04-03Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-04-01restore: no play when passthrough is enabledronso0