summaryrefslogtreecommitdiffstats
path: root/src/engine/enginecontrol.cpp
AgeCommit message (Expand)Author
2018-12-13replace single getter with one for the whol atomic struct.Daniel Schürmann
2018-11-28use m_pTrack thread saveDaniel Schürmann
2018-11-28store track sample rate with m_sampleOfTrackDaniel Schürmann
2018-11-28removed unused totalSamples from process callDaniel Schürmann
2018-11-28removed unused pOldTrack from trackLoaded functionDaniel Schürmann
2018-11-28Axtracted processTrackLocked() for a save Track access.Daniel Schürmann
2018-01-17Do not jump out of a loop if we adjust a phase (lp1743010)Daniel Schürmann
2017-11-11removed unused return value from EngineControl::process()Daniel Schürmann
2017-10-31removed EngineControl::getNextTrigger() since it is only implemented in Loopi...Daniel Schürmann
2017-10-31Removed unused EngineControl::getTrigger() and added some missing override ke...Daniel Schürmann
2017-01-04Remove cue to full frame roundings.Daniel Schürmann
2016-07-28Handle fractional playposition in readaheadmanagerDaniel Schürmann
2016-03-18Merge remote-tracking branch 'upstream/master' into replaygain2Daniel 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-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-13removed unused EngineControl:: m_numDecksDaniel Schürmann
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2015-03-20Move EngineControl::pickSyncTarget to EngineSync.RJ Ryan
2015-03-14Merge remote-tracking branch 'upstream/master' into fractionalseekfixDaniel Schürmann
2015-03-08Introduced m_sampleOfTrack, an atomic pair that holds play position an track ...Daniel Schürmann
2015-03-07Clarify some more seek functions for fractional positionsDaniel Schürmann
2015-01-25Added ..Enabled prefix to getter functions, use allways the setterDaniel Schürmann
2015-01-08Replace QVector for hint list with QVarLengthArray.RJ Ryan
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-04-19Some fixes to how EngineVinylSoundEmu gets its speed data.RJ Ryan
2014-01-04Create an enum system for seek requests to handle different cases.Owen Williams
2013-12-19Fix ugly const-casting required by EngineObject API.RJ Ryan
2013-11-18Begin difficult refactoring of ratecontrolOwen Williams
2013-10-15Merge branch 'master' into atomic-coDaniel Schürmann
2013-08-16fixed racecondition with EngineControl::getCurrentSample()Daniel Schürmann
2013-07-06added connectValueChanged to ControlObjectThreadDaniel Schürmann
2013-07-03Merge remote-tracking branch 'upstream/master' into cachingreader_fix2Daniel Schürmann
2013-07-01Move BpmControl::pickSyncTarget into EngineControl so that other EngineContro...RJ Ryan
2013-06-30switch from QList to QVector to avoid memory allocation during the audio call...Daniel Schürmann
2013-06-29fix all hintReader functions & -> * for output parameterDaniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan