summaryrefslogtreecommitdiffstats
path: root/src/engine/controls
AgeCommit message (Expand)Author
2021-04-09Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-05Merge pull request #3745 from daschuer/lp1920084Jan Holthuis
2021-03-26remove unused m_dUserTweakingSyncDaniel Schürmann
2021-03-24Introduce a const for matching the past beatDaniel Schürmann
2021-03-24silence debug messageDaniel Schürmann
2021-03-24Allow quantized play from the pre-roll in beatmap tracks fixes lp1920084.Daniel Schürmann
2021-03-20Merge pull request #3608 from JoergAtGithub/improve_beat_indicatorDaniel Schürmann
2021-03-19Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-03-17Fix debug assertion caused by BpmControlUwe Klotz
2021-03-14Sync Lock: minor refactoringOwen Williams
2021-03-11Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-03-11Merge pull request #3691 from daschuer/lp1918671Jan Holthuis
2021-03-11Add missing null checkDaniel Schürmann
2021-03-11Add wapper trySetAndLockBeats() to stream line the track APIDaniel Schürmann
2021-03-08check bpm lock when setting beat grid of bpmDaniel Schürmann
2021-03-06Improved responsiveness when pressing play/cue button at while track is hold ...JoergAtGithub
2021-03-05pre-commitJoergAtGithub
2021-03-05Merge branch 'main' into improve_beat_indicatorJoergAtGithub
2021-03-05Changed reverse beat indication state from -1 to +2JoergAtGithub
2021-03-05Handled the cue point case. Don't show beat indication after (hot) cue button...JoergAtGithub
2021-03-05Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-03-04make beats pointer constDaniel Schürmann
2021-03-04make TrackPointer constDaniel Schürmann
2021-03-02const -> constexprJoergAtGithub
2021-03-02make setBpm() constDaniel Schürmann
2021-03-02make Beats::translate constDaniel Schürmann
2021-03-01Renamed NoTolerance to snapToNearBeats and inverted the bool, to match the ne...JoergAtGithub
2021-03-01Removed getBeatContextNoLookup() by using findPrevNextBeats without tolerance...JoergAtGithub
2021-02-27Added the loop cases:JoergAtGithub
2021-02-27Moved the 5 states into an internal state machineJoergAtGithub
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-25Introduce kInitalSample as inital value not 0.0Daniel Schürmann
2021-02-21Added switch, to select if findPrevNextBeats should compare with or without t...JoergAtGithub
2021-01-31Reworked beat_active control:JoergAtGithub
2021-01-21Campare int counter with > 0 instead of implicite bool castDaniel Schürmann
2021-01-21Reset individual preview state even when not previewing, fixes lp1910814Daniel Schürmann
2021-01-11Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-01-10Stop when hitting cue while plaing in DENON mode, fixes a regression since #3344Daniel Schürmann
2020-12-16Reorder member variablesDaniel Schürmann
2020-12-16rename storePreviewingActivateData() to cachePreviewingStartState() and add a...Daniel Schürmann
2020-12-16Make a local copy of m_pCurrentSavedLoopControl to make sur it doe not become...Daniel Schürmann
2020-12-16Merge remote-tracking branch 'upstream/main' into hotcue_focus_off_by_one_mainDaniel Schürmann
2020-12-16fix typosDaniel Schürmann
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz