summaryrefslogtreecommitdiffstats
path: root/src/engine/enginebuffer.h
AgeCommit message (Collapse)Author
2021-02-26Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
# Conflicts: # src/engine/enginebuffer.cpp
2021-02-25Use -DBL_MAX as inital sample position, and fix more testsDaniel Schürmann
2021-02-25Introduce kInitalSample as inital value not 0.0Daniel Schürmann
2021-02-25Remove unused constants from header fileDaniel Schürmann
2020-12-07merge 2.3Be
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
Fixes a bunch of `-Wclazy-function-args-by-ref` warnings. See https://github.com/KDE/clazy/blob/master/docs/checks/README-function-args-by-ref.md for details. Most of these changes are automated, using the clazy fixit by setting the `CLAZY_EXPORT_FIXES` before compilation and then running: $ mkdir /tmp/patch $ find ../src -iname "*.yaml" -exec mv {} /tmp/patch \; $ clang-apply-replacements /tmp/patch
2020-11-10Remove long copyright headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-10Remove all @author commentsxerus2000
2020-11-09Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
# Conflicts: # src/engine/controls/cuecontrol.cpp
2020-11-09Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
# Conflicts: # src/engine/cuecontrol.cpp # src/engine/cuecontrol.h
2020-11-05pass the new and old play state into updateIndicatorsAndModifyPlay() fixing ↵Daniel Schürmann
lp1903002
2020-10-09Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-09-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # src/library/dao/autodjcratesdao.h # src/library/searchquery.cpp # src/library/searchquery.h # src/library/trackset/baseplaylistfeature.h # src/library/trackset/crate/cratefeature.h # src/mixer/playermanager.h # src/test/controllerengine_test.cpp # src/test/librarytest.h
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-25Merge branch '2.3' of github.com:mixxxdj/mixxx into masterJan Holthuis
2020-09-24engine/enginebuffer: Store trackSamplesOld as doubleJan Holthuis
2020-09-06test: Add basic HotcueControlTest classJan Holthuis
2020-08-26Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan 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-08engine/enginebuffer: Use doxygen-style /// commentsJan Holthuis
Co-authored-by: Be <be.0@gmx.com>
2020-07-05Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
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-19Use unsigned values for SeekRequest enumxerus2000
2020-06-18Improve SeekRequest & Cue documentationxerus2000
2020-06-12Merge pull request #2855 from daschuer/safeChannelStringUwe Klotz
Get rid of char group strings
2020-06-11Make QString m_group constDaniel Schürmann
2020-06-09Master Sync: Fix phase seeks double-applying user tweakOwen Williams
Fixes lp#1879654 TESTED=rewrote broken sync test to be much more clear
2020-06-09Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-05-07Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-04-28Merge remote-tracking branch 'upstream/master' into lp1874918Daniel Schürmann
2020-04-27Added test that demonstates lp1874918Daniel Schürmann
2020-04-21Introduces common trackBeatsUpdated function to reduce number of connect callsDaniel Schürmann
2020-04-03Merge branch 'master' of github.com:mixxxdj/mixxx into saved-loopsJan Holthuis
2020-03-06Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2020-01-08Fix rate_perm buttons moving the slider but not changing the rateOwen Williams
2020-01-05engine/controls/loopingcontrol: Remove setSavedLoop toggle flagJan Holthuis
2019-11-20Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2019-10-03Merge branch 'master' of https://github.com/mixxxdj/mixxx into saved-loopsJan Holthuis
2019-09-22beat loops snap to the closest (fractional) beat in quantized modePhilip Gottschling
2019-09-02Pass CuePointer to LoopingControl to track saved loop changesJan Holthuis
2019-08-30Implement a direct way to trigger saved loopsJan Holthuis
2019-08-01requested changesPhilip Gottschling
2019-07-21enable beatloop activation directly after activating a hotcuePhilip Gottschling
2019-07-19Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann