Skip to content

Mixxxcontrols

JoergAtGithub edited this page Dec 27, 2023 · 205 revisions

Mixxx Controls

Documentation for Mixxx Controls has been moved to the Mixxx manual.

Naming Conventions

The keys of existing controls use different naming conventions, namely

  • PascalCase: VuMeter, MoveUp, ...
  • camelCase: headSplit, duckStrength, ...
  • snake_case: beatjump_forward, cue_indicator

Newly added controls should use the snake_case naming convention (see GitHub PR #2118 - Naming conventions for new controls).

Clone this wiki locally