summaryrefslogtreecommitdiffstats
path: root/src/engine/bpmcontrol.cpp
AgeCommit message (Expand)Author
2019-01-06move EngineControls to their own folderBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2019-01-06BpmControl: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2018-12-14Merge remote-tracking branch 'upstream/2.1' into 2.2Daniel Schürmann
2018-12-13replace single getter with one for the whol atomic struct.Daniel Schürmann
2018-12-12Initalize atomic values and check trackSamples for 0Daniel Schürmann
2018-12-01fix a race condition in bpmcontrol and improve documentationDaniel Schürmann
2018-11-28make BpmControl::resetSyncAdjustment thread saveDaniel Schürmann
2018-11-28use m_pBeats in a threadsave wayDaniel Schürmann
2018-11-28use m_pTrack thread saveDaniel Schürmann
2018-11-28removed unused pOldTrack from trackLoaded functionDaniel Schürmann
2018-11-10Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2018-11-06don't try and set bpm on invalid m_pBeats pointersMatthew Nicholson
2018-11-01Merge remote-tracking branch 'upstream/2.1' into 2.2Be
2018-11-01don't allow rate ratio to reach 0 or be negativeBe
2018-11-01minor code cleanupBe
2018-10-31fix scaling of temporal effects parameters with rate sliderBe
2018-06-10Merge remote-tracking branch 'upstream/2.1'Be
2018-06-01Restore quantize dependency of beatsync lost in a previous commitDaniel Schürmann
2018-04-06More misc. typosluz.paz
2018-01-20Remove non thread save m_prviousSampleDaniel Schürmann
2017-12-20fix bpm_tap buttonbe_
2017-11-11removed unused return value from EngineControl::process()Daniel Schürmann
2017-09-25scale syncing of temporal effect parameters with rate sliderbe_
2017-09-10Add comments and fix coding styleDaniel Schürmann
2017-08-27Removed unused fields from GroupFeatureState and scale length by secondsDaniel Schürmann
2017-05-21sync phase when pressing play only to a playing sync target, bug #1663444Daniel Schürmann
2017-05-20Seek into phase, even if we have to jump back because of loop end.Daniel Schürmann
2017-01-14Avoid NaNs in BpmControl::slotAdjustRateRange.RJ Ryan
2017-01-13Merge remote-tracking branch 'mixxxdj/1.12'RJ Ryan
2016-11-12Merge pull request #1038 from daschuer/continue_play_fixDaniel Schürmann
2016-11-11Reset TrackPointer explicitly through functionUwe Klotz
2016-11-11Replace operators &* by get() to obtain plain pointer of smart pointerUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-11-06Don't sync phase when latching a cue previewDaniel Schürmann
2016-04-27Replace use of "slave" with "proxy" or "follower" everywhere.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-04-13Merge remote-tracking branch 'upstream/master' into replaygain2Daniel Schürmann
2016-03-18Merge remote-tracking branch 'upstream/master' into replaygain2Daniel Schürmann
2016-03-13Merge remote-tracking branch 'upstream/master' into scalebeatmapDaniel Schürmann
2016-03-09Reworked the player signals, fixing Bug #1551019 and some race condition with...Daniel Schürmann
2016-03-06Replace trackUnloaded() with void trackLoaded(TrackPointer pNewTrack, TrackPo...Daniel Schürmann
2016-03-01use p prefix for pointersDaniel Schürmann
2016-02-17fix code duplication in BpmControlDaniel Schürmann
2016-02-07Merge pull request #887 from kevinwern/1.12Daniel Schürmann
2016-02-06Bug 1337505 - adjust rate slider when rateRange changes in GUIKevin Wern
2016-01-27Merge remote-tracking branch 'upstream/master' into scalebeatmapDaniel Schürmann
2016-01-25Merge pull request #873 from rryan/durationRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan