summaryrefslogtreecommitdiffstats
path: root/src/library/autodj/autodjprocessor.h
AgeCommit message (Expand)Author
2020-03-08Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-03-06ability to skip when both decks are playingCristiano Lacerda
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-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
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-04Use rate_ratio in in autodjprocessorDaniel Schürmann
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-10git-clang-formatDaniel Schürmann
2019-11-04Whatch rate changesDaniel Schürmann
2019-11-04respect the rate slider when calculating auto-DJ transitionsDaniel Schürmann
2019-10-31don't bother with playing state when calculating a new transitionDaniel Schürmann
2019-10-29improve crossfaderChanged()Daniel Schürmann
2019-10-27consider current position of the from deck after chaning the transition timeDaniel Schürmann
2019-10-27make emitLoadTrackToPlayer and emitAutoDJStateChanged a protected non-slotDaniel Schürmann
2019-09-01AutoDJ: load next track if user crossfades manuallyBe
2019-09-01AutoDJ: rename transition modes and revise transition mode tooltipBe
2019-08-13AutoDJ: rename "Intro + Outro" transition mode to "Full Intro + Outro"Be
2019-08-12AutoDJ: use intro length as transition time for "Fade now" buttonBe
2019-08-11AutoDJ: workaround to avoid weird state with deck cloning featureBe
2019-08-10AutoDJ: let user seek to end of next deck to set outro cuesBe
2019-08-10reimplement Align Intro + Outro Start modeBe
2019-08-10remove "Intro/Outro (quick transition)" mode; leave only the smooth modeBe
2019-08-10make AutoDJ TransitionMode enum class 0 indexedBe
2019-08-09AutoDJ: remove "Fixed time (start at cue)" modeBe
2019-08-09AutoDJ: remove "Limited intro + outro start" modeBe
2019-08-09AutoDJ: remove align intro/outro start/end modesBe
2019-08-09AutoDJ: add intro/outro smooth and quick modesBe
2019-08-03Introduce a new LimitedIntroOutroStart transition modeDaniel Schürmann
2019-07-28minor code styleDaniel Schürmann
2019-07-23rename parameter seek to seekToStartPointDaniel Schürmann
2019-07-22fix typosDaniel Schürmann
2019-07-21Adopt current position as new fade start point in case of manual cue-ing of t...Daniel Schürmann
2019-07-21Respect manual xfader changes in case of Auto DJ is fading as well. Fixing lp...Daniel Schürmann
2019-07-16Rename ADJ_P1/2FADING to ADJ_LEFT/RIGHT_FADINGDaniel Schürmann
2019-07-15use fadeEndPos instead of fadeDuration, because it is more significant in cas...Daniel Schürmann
2019-07-15Adjust autro in case of FadeNowDaniel Schürmann
2019-07-11Inhibit transition recalculation during loading a trackDaniel Schürmann
2019-05-09move "Align intro + outro start/end" modes to top of comboboxBe
2019-05-09use QComboBox itemData in DlgAutoDJBe
2019-05-09AutoDJ: remove "Intro/outro" transition modesBe
2019-05-07AutoDJ: add align intro/outro start/end modesBe
2019-05-07rename posThreshold -> fadeBeginPosBe
2019-05-07update outdated function namesBe
2019-05-07remove hacky message passing via CO from AutoDJProcessor to CueControlBe
2019-05-07AutoDJProcessor refactor useIntro/OutroFadeTime functionsBe
2019-05-07add AutoDJ mode to start at cue point with fixed fade timeBe
2019-05-07add new AutoDJ mode that skips silence with fixed fade timeBe
2019-05-06add option to load tracks at intro start markerBe