summaryrefslogtreecommitdiffstats
path: root/src/engine/controls
AgeCommit message (Expand)Author
2020-09-28Fix hotcue preview playback behaviourEdward Millen
2020-09-25engine/controls/bpmcontrol: Fix some types in bpmcontrolJan Holthuis
2020-09-25engine/controls/bpmcontrol: Add missing typecastJan Holthuis
2020-09-25engine/loopingcontrol: Fix precision loss (wrong use of int)Jan Holthuis
2020-09-25engine/vinylcontrolcontrol: Fix precision loss (wrong use of int)Jan Holthuis
2020-09-25engine/controls/loopingcontrol: Improve usage of some typesJan Holthuis
2020-09-25engine/controls/bpmcontrol: Fix some conversion issues by using doublesJan Holthuis
2020-09-25engine/controls/ratecontrol: Add missing cast to intJan Holthuis
2020-09-24Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-08-15engine/controls/ratecontrol: Fix dead storeJan Holthuis
2020-07-13cleanup for reviewOwen Williams
2020-07-12sync lock possible fix: delete code for sync-during-callbackOwen Williams
2020-07-01Added helper function seekOnLoad that clarifies the control flowDaniel Schürmann
2020-06-23Strore old load seek positions to distinguish it from manual seeksDaniel Schürmann
2020-06-21Merge remote-tracking branch 'upstream/2.3' into lp1879166Daniel Schürmann
2020-06-12Merge pull request #2855 from daschuer/safeChannelStringUwe Klotz
2020-06-11Make QString m_group constDaniel Schürmann
2020-06-10Update src/engine/controls/bpmcontrol.hOwen Williams
2020-06-10Update src/engine/controls/bpmcontrol.hOwen Williams
2020-06-09Master Sync: Fix phase seeks double-applying user tweakOwen Williams
2020-05-18Don't seek track after analysis if user has seeked it alreadyDaniel Schürmann
2020-05-13Merge remote-tracking branch 'upstream/2.3' into lp1874918Daniel Schürmann
2020-05-10namespace fixesOwen Williams
2020-05-10Address notesOwen Williams
2020-05-10master sync: remove redundant checkOwen Williams
2020-05-10master sync: clean upOwen Williams
2020-05-10master sync: clean up new sync target picker algorithmOwen Williams
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-10Default to sync master as the sync targetOwen Williams
2020-05-10Only use the other syncable when it plays as wellDaniel Schürmann
2020-05-07Merge remote-tracking branch 'upstream/master' into lp1874918Daniel Schürmann
2020-05-07engine/controls/cuecontrol: Document CueControl loop handlingJan Holthuis
2020-05-06engine/controls/cuecontrol: Use break instead of continue in switch caseJan Holthuis
2020-05-06engine/controls/cuecontrol: Allow using saved loops as hotcuesJan Holthuis
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-28Merge remote-tracking branch 'upstream/master' into lp1874918Daniel Schürmann
2020-04-26master sync: doc updatesOwen Williams
2020-04-25Check also if the other track has a valid beatDaniel Schürmann
2020-04-25Seek into the beat map region when quantize playDaniel Schürmann
2020-04-21removed the use of file_bpm form the engine, streamline update order.Daniel Schürmann
2020-04-21QuantizeControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21LoopingControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21CueControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21ClockControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21BpmControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21Introduces common trackBeatsUpdated function to reduce number of connect callsDaniel Schürmann
2020-04-12Merge branch 'master' into mastersync-onemasterOwen Williams
2020-04-09Merge pull request #2593 from goddisignz/LP1855321_zero_playposition_jump_to_cueJan Holthuis
2020-03-31Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams