summaryrefslogtreecommitdiffstats
path: root/src/library/autodj/autodjprocessor.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-02AutoDJ: make 'enable' shortcut work after startupronso0
2020-10-31WIP allow to start AutoDJ without selecting the featureronso0
2020-10-16Merge pull request #3122 from Holzhaus/float-warnings-pt-3Daniel Schürmann
2020-09-30Include track_decl.h in basetracktablemodel.hUwe Klotz
2020-09-25autodj/autodjprocessor: Use mixxx::audio::SampleRateJan Holthuis
2020-07-28Removed unusde variableDaniel Schürmann
2020-07-24Adopt the chenges for FadeAtOutroStart as wellDaniel Schürmann
2020-07-20use a new variable transitionLength instead of re-use intro length.Daniel Schürmann
2020-07-19improve commentsDaniel Schürmann
2020-07-18TransitionMode::FullIntroOutro: verify in all cases that the intro does not o...Daniel Schürmann
2020-04-23Merge pull request #2706 from c3n7/fix-abrupt-transitionBe
2020-04-24Removed unneeded conditionTimothy Karani
2020-04-24fixed abrupt transition when fade button clickedTimothy Karani
2020-03-30Use new PCM audio property typesUwe Klotz
2020-03-08Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-03-07added changelog entry and fixed whitespaceCristiano Lacerda
2020-03-06should fix whitespace errorCristiano Lacerda
2020-03-06Revert "should remove whitespace error"Cristiano Lacerda
2020-03-06should remove whitespace errorCristiano Lacerda
2020-03-06ability to skip when both decks are playingCristiano Lacerda
2020-02-29Replace constants from cue.h and use them throughout codebaseJan Holthuis
2020-02-11Merge pull request #2441 from daschuer/lp1858340Uwe Klotz
2020-01-19Rename some Position variables into Second, because it is measured as pleying...Daniel Schürmann
2020-01-17Improve code documentationDaniel Schürmann
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-13Use alias DeckDuration for DeckEndPosition depending on the current contextDaniel Schürmann
2020-01-12Fix an issue where Auto DJ stops when GUI stalles for some reasons.Daniel Schürmann
2020-01-12Calculate track end position in seconds in the same way as calculating the in...Daniel Schürmann
2019-12-17Merge pull request #2380 from daschuer/PR1765_followupUwe Klotz
2019-12-15Merge pull request #2381 from daschuer/autodjtweakBe
2019-12-16Don't calculate a new transition if the new track is not fully loaded.Daniel Schürmann
2019-12-15Fix also the handling of not set IntroEnd / OutroStart / OutroEndDaniel Schürmann
2019-12-15Allow intro start and end in te preroll, fixing lp1856046Daniel Schürmann
2019-12-05Move possible stalling DB access to the very endDaniel Schürmann
2019-12-04Use rate_ratio in in autodjprocessorDaniel Schürmann
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-10Fix a bug where outro end was passed the end of the track, because not update...Daniel Schürmann
2019-11-10git-clang-formatDaniel Schürmann
2019-11-10Prevent to move outro end past the end of the track if quantize is enabedDaniel Schürmann
2019-11-07fix recursive positionChanged call. Fix omitting fist seek.Daniel Schürmann
2019-11-04Whatch rate changesDaniel Schürmann
2019-11-04respect the rate slider when calculating auto-DJ transitionsDaniel Schürmann
2019-11-04Set the just loaded deck as toDeckDaniel Schürmann
2019-10-31Reset startPos, just in case calculateTransition() is not able to set a new one.Daniel Schürmann
2019-10-31Don't use non const references in toggleAutoDJ()Daniel Schürmann
2019-10-31Don't use non cons references in playerPositionChanged() and remove fixed dec...Daniel Schürmann
2019-10-31don't bother with playing state when calculating a new transitionDaniel Schürmann
2019-10-30Adjust intro and outro change slotsDaniel Schürmann