mixxx:2.4

Last commit made on 2024-06-25
Get this branch:
git clone -b 2.4 https://git.launchpad.net/mixxx

Branch merges

Branch information

Name:
2.4
Repository:
lp:mixxx

Recent commits

133030e... by Daniel Schürmann

Merge pull request #13397 from Swiftb0y/fix/engine-prime-build-failure

fix(engine-prime): build-failure

69bda20... by Swiftb0y <email address hidden>

fix(engine-prime): build-failure

Explicitly instantiate default destructor in out-of-line (in .cpp)
because destructing a `std::unique_ptr<Waveform>` needs `Waveform`
to be complete at the point of destruction.

ab518aa... by ronso0

Deere: clamp crossfader AutoDJ highlight to the slider rectangle

641a41d... by Daniel Schürmann

Merge pull request #13399 from Swiftb0y/chore/rename-azure-codesign

chore(ci): update azure code-signing action to renamed replacement

d1c723c... by Swiftb0y <email address hidden>

chore(ci): update azure code-signing action to renamed replacement

The github action `azure/azure-code-signing-action` has been
renamed to `azure/trusted-signing-action`. The former is being
deleted on Jun 30th so this updates to the new name along
with bumping the version to latest.

985b121... by ronso0

Merge pull request #13294 from daschuer/loop_leadin_fade

Fix clicks at loop-out when looping into lead-in

cd2eb24... by Swiftb0y <email address hidden>

Merge pull request #13375 from NotYourAverageAl/NumarkScratchXfader

feat(controllers): update xfader curve values for Numark Scratch

07a385a... by Al Hadebe <email address hidden>

update xfader curve values

update xFaderCurve and xFaderCalibration values for better fast cut response.

e8d36a4... by Daniel Schürmann

Merge pull request #13366 from daschuer/changelog_24

Update 2.4 CHANGELOG

b2e20b2... by Daniel Schürmann

Update 2.4 CHANGELOG

Co-authored-by: Swiftb0y <email address hidden>