summaryrefslogtreecommitdiffstats
path: root/src/engine/enginebuffer.cpp
AgeCommit message (Expand)Author
2021-02-25Use -DBL_MAX as inital sample position, and fix more testsDaniel Schürmann
2021-02-25remove i prefixDaniel Schürmann
2021-02-25setCurrentSample using m_filepos_play, and fix failing test.Daniel Schürmann
2021-02-25Introduce kInitalSample as inital value not 0.0Daniel Schürmann
2021-02-25Remove unused constants from header fileDaniel Schürmann
2021-02-24EngineBuffer: Set EngineControl track sample rate/count on track loadJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-09Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-05pass the new and old play state into updateIndicatorsAndModifyPlay() fixing l...Daniel Schürmann
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-08-16engine/enginebuffer: Remove unused variableJan Holthuis
2020-08-16engine/enginebuffer: Remove superfluous assignmentJan Holthuis
2020-06-20Improved SampleUtil::linearCrossfadeBuffers by using a combined in and out bu...Daniel Schürmann
2020-06-09Master Sync: Fix phase seeks double-applying user tweakOwen Williams
2020-04-28Fix various typosluz.paz
2020-04-21removed the use of file_bpm form the engine, streamline update order.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-05Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into audio_typesUwe Klotz
2020-04-04Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-04-01restore: no play when passthrough is enabledronso0
2020-03-30Use new PCM audio property typesUwe Klotz
2020-03-22master sync: process sync requests before locking in rateOwen Williams
2020-03-22master sync: address notes.Owen Williams
2020-03-21master sync: wrap klogger calls in conditionalsOwen Williams
2020-03-18master sync: create new master sync mode for soft sink (vs explicit master)Owen Williams
2020-03-16master sync: clang-format changed linesOwen Williams
2020-03-12replace debug ints with trace callsOwen Williams
2020-03-06Master Sync: fix remaining test issues.Owen Williams
2020-03-06Silence debugDaniel Schürmann
2020-03-06Apply clang-format changesDaniel Schürmann
2020-02-20fix EngineSyncTest.HalfDoubleBpmTestDaniel Schürmann
2020-01-24Use seek target position for beat match adjusting.Daniel Schürmann
2020-01-20Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-07Add util wrapper function for QAtomic*<T>::load/store[Relaxed] methodsJan Holthuis
2020-01-01Fix assertion when quantize a cue point near the endDaniel Schürmann
2019-12-20fix tests by assuming that track at 0:00 befor a buffer is processedDaniel Schürmann
2019-12-16Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2019-11-20Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2019-11-15Merge remote-tracking branch 'upstream/master' into lp1839669Daniel Schürmann
2019-11-10git-clang-formatDaniel Schürmann
2019-11-07fix recursive positionChanged call. Fix omitting fist seek.Daniel Schürmann
2019-10-22Merge remote-tracking branch 'upstream/master' into lp1839669Daniel Schürmann
2019-09-27fixed failing testPhilip Gottschling
2019-09-22requested changesPhilip Gottschling
2019-09-22beat loops snap to the closest (fractional) beat in quantized modePhilip Gottschling