summaryrefslogtreecommitdiffstats
path: root/src/mixer
AgeCommit message (Expand)Author
2020-12-31Fix current track display/broadcasting/recording when starting auto-DJDaniel Schürmann
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-17PlayerManager: Use QStringLiteral for string concatenationUwe Klotz
2020-11-17PlayerManager: Use QStringBuilder for composing group stringsUwe Klotz
2020-11-17PreviewButtonDelegate: Replace string formatting with constantUwe Klotz
2020-11-15mixer/auxiliary: Fix emit syntaxJan Holthuis
2020-11-13library,mixer,util: Replace old-style Qt connect() callsJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-10-27Use ControlObject::toBool() method to fix -Wfloat-conversion errorsJan Holthuis
2020-10-26Merge pull request #3200 from ronso0/cloneFromSaplerBe
2020-10-25Merge branch '2.2' of github.com:mixxxdj/mixxx into 2.3Jan Holthuis
2020-10-24export sampler bank: add xml suffix also when file name contains '.'ronso0
2020-10-22Basetrackplayer clone: use static_cast<int> instead of lroundronso0
2020-10-22add group,CloneFromSampler controlronso0
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-25Use const/auto to improve type declarationsJan Holthuis
2020-09-25mixer/playerinfo: Add missing typecast to intJan Holthuis
2020-09-25engine/enginexfader: Use CSAMPLE_GAIN for getXfadeGains()Jan Holthuis
2020-09-24Fix various float-to-int conversion warnings by using static_castJan Holthuis
2020-08-05Merge pull request #2988 from Holzhaus/explict-playerinfoDaniel Schürmann
2020-08-04Fix missing nullptr check.Owen Williams
2020-08-04mixer/playerinfo: Make implicit PlayerInfo creation explicitJan Holthuis
2020-07-01control: Remove ControlFlag::InitializeLater enum valueJan Holthuis
2020-06-23mixer/playermanager: Fix ControlFlag for [AutoDJ],enabled ControlProxyJan Holthuis
2020-06-21control: Refactor ControlProxy and require flag to allow empty keysJan Holthuis
2020-06-21control: Use assertions in ControlDoublePrivate if warn is trueJan Holthuis
2020-06-02Replace std:unique_ptr by parented_ptr to remove double ownership issueDaniel Schürmann
2020-06-02make null checks impliciteDaniel Schürmann
2020-06-01Use override keyword in mixer classesDaniel Schürmann
2020-06-01Silence unneccessary debug message during testDaniel Schürmann
2020-06-01replace NULL with nullptrDaniel Schürmann
2020-06-01initialize pitch_adjust and rate_ration on BaseTrackPlayer constructorDaniel Schürmann
2020-05-22Merge pull request #2737 from Be-ing/timing_shifts_uiUwe Klotz
2020-05-18BaseTrackPlayer: fix cue shift buttonsBe
2020-05-15specify units in cue shift function namesBe
2020-05-15BaseTrackPlayer: use implicit bool conversion for nullptr checkBe
2020-05-15BaseTrackPlayer: omit superfluous -1 multiplierBe
2020-05-15BaseTrackPlayer: rename slots to match new ControlObject namesBe
2020-05-10master sync: better algorithm to pick decks to sync toOwen Williams
2020-05-10trying to sync to syncables... not working greatOwen Williams
2020-05-07Merge pull request #2678 from Holzhaus/save-most-recent-loopBe
2020-05-01rename shift_times_* ControlObjects to shift_cues_*Be