summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)Author
2020-10-28CueControl: Fix wrong value guard in hotcueClear()Jan Holthuis
2020-10-28BpmControl: Fix wrong quantize check in calcSyncedRate()Jan Holthuis
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Replace implicit casts with ControlObject::toBool() in more placesJan Holthuis
2020-10-27RateControl: Move constants into anonymous namespaceJan Holthuis
2020-10-27Add missing typecasts to fix -Wfloat-comparison warningsJan Holthuis
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-23Merge pull request #2940 from ywwg/more-rate-change-testsJan Holthuis
2020-10-17Merge branch '2.2' of github.com:mixxxdj/mixxx into 2.3Jan Holthuis
2020-10-16Merge branch '2.3' into more-rate-change-testsOwen Williams
2020-10-16loopcontrol: prevent moving a loop beyond track endronso0
2020-10-16Merge pull request #3128 from Holzhaus/float-warnings-pt-7Daniel Schürmann
2020-10-16Merge pull request #3125 from Holzhaus/float-warnings-pt-6Daniel Schürmann
2020-10-16Merge pull request #3124 from Holzhaus/float-warnings-pt-5Daniel Schürmann
2020-10-09audio/types: Add SampleRate::fromDouble() conversion functionJan Holthuis
2020-10-09engine/enginepregain: Fix non-constexpr-able log10() call on macOSJan Holthuis
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-6Jan Holthuis
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis
2020-10-07Merge remote-tracking branch 'upstream/2.2' into 2.3Daniel Schürmann
2020-09-30Merge pull request #3123 from Holzhaus/float-warnings-pt-4Daniel Schürmann
2020-09-29Merge pull request #3139 from daschuer/track_declUwe Klotz
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-28Fix hotcue preview playback behaviourEdward Millen
2020-09-26Merge pull request #3126 from Holzhaus/loopingcontrol-precision-lossDaniel Schürmann
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/vinylcontrolcontrol: Fix precision loss (wrong use of int)Jan Holthuis
2020-09-25engine/loopingcontrol: Fix precision loss (wrong use of int)Jan Holthuis
2020-09-25engine/sidechain/networkoutputstreamworker: Add missing typecastJan Holthuis
2020-09-25engine/sidechain/enginerecord: Use mixxx::audio::SampleRateJan Holthuis
2020-09-25engine/sidechain/enginenetworkstream: Add missing cast to qint64Jan 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/enginepregain: Fix remaining issuesJan Holthuis
2020-09-25engine/enginepregain: Use float math for gain calculationsJan Holthuis
2020-09-25engine/enginepregain: Use CSAMPLE_GAIN for some valuesJan Holthuis
2020-09-25engine/enginemaster: Use CSAMPLE_GAIN for some valuesJan Holthuis
2020-09-25engine/filters/enginefilterpansingle: Use const autoJan Holthuis
2020-09-25engine/sidechain/enginerecord: Don't cast recording status to floatJan Holthuis
2020-09-25engine/enginevumeter: Use constexpr instead of DEFINESJan Holthuis
2020-09-25engine/enginetalkoverducking: Make lossy type casts explicitJan Holthuis
2020-09-25engine/enginepregain: Make lossy type casts explicitJan Holthuis
2020-09-25engine/enginemaster: Add explicit typecastsJan Holthuis
2020-09-25engine/effects/engineeffectchain: Add missing float literal suffixesJan Holthuis
2020-09-25engine/bufferscalers/enginebufferscalelinear: Use doubles to avoid castsJan Holthuis
2020-09-25engine/positionscratchcontroller: Make lossy typecast explicitJan Holthuis
2020-09-25engine/filters/enginefilterpansingle: Make lossy typecasts explicitJan Holthuis