Skip to content

Mixxxcontrols

Swiftb0y edited this page May 12, 2021 · 204 revisions
Clone this wiki locally

Mixxx Controls

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

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).