Skip to content

Releases: dszakallas/mixxx-launchpad

v3.3.0

06 Apr 11:15
ed8b3ff
Compare
Choose a tag to compare

3.3.0 (2024-04-06)

Features

  • LaunchPad: Save state of presets when switching (ed8b3ff)

v3.2.1

30 Jan 18:05
e179011
Compare
Choose a tag to compare

3.2.1 (2024-01-30)

Bug Fixes

v3.2.0

29 Dec 20:08
84ed9ee
Compare
Choose a tag to compare

3.2.0 (2023-12-29)

Features

  • add further controls to the LaunchControl mapping

Developers

  • extract declarative control templating to be used in the LaunchControl mapping

v3.1.2

07 Sep 18:33
43c3654
Compare
Choose a tag to compare

3.1.2 (2023-09-07)

Bug Fixes

  • add preamble to generated files (5ca974d)

v3.1.1

01 Jul 20:58
Compare
Choose a tag to compare

3.1.1 (2023-07-01)

Bug Fixes

  • remove circular dependencies (746cc72)

v3.1.0

23 Jun 08:50
Compare
Choose a tag to compare

3.1.0 (2023-06-23)

Features

  • Add LaunchControl XL support (2b6d37c)

v3.0.0

30 Apr 08:11
Compare
Choose a tag to compare

3.0.0 (2022-04-30)

⚠️ Requires Mixxx 2.4 or newer ⚠️

New controllers:

New features & improvements:

  • Introduce a JSON compatible declarative configuration of layouts to make preset authoring easier
  • Sampler palette layout
  • Basic RGB LED support for HOTCUEs
  • RGB LED support for samplers
  • Library maximize / minimize button

Fixes:

  • Loopjump and beatjump modifiers work more consistently with the rest of the controls
  • Fixed retain attack mode bug causing incorrect behavior when shift/control changed between attack/release

Breaking changes:

  • Drop compatibility with Mixxx < 2.4 (old JS engine)

Developers:

  • Completely rewrite in TypeScript, ES2022
  • Simplify the code a lot, especially around Presets.
  • Remove lodash from dependencies, switched to using corejs polyfills.
  • Remove 'standard' style, using prettier for formatting
  • Using engine.makeConnection API to register control listeners
  • Refactor and moved Component and MidiDevice into mixxx package
  • Using ES modules and top-level await in tooling scripts
  • Update tooling to Node.js 18

v2.3.3

04 Mar 17:31
Compare
Choose a tag to compare

2.3.3 (2022-03-04)

Bug Fixes

v2.3.2

29 Dec 16:01
d3a0a1e
Compare
Choose a tag to compare

2.3.2 (2021-12-29)

Bug Fixes

  • app: initialize pfl control properly (ffe460f)

v2.3.1

12 Apr 09:15
Compare
Choose a tag to compare
  • loop in/out activate on down-press, enabling much more accurate looping by hand