Mixxxcontrols
Swiftb0y edited this page May 12, 2021
·
204 revisions
Mixxx is a free and open-source DJ software.
Users
Manual
Hardware Compatibility
Reporting Bugs
Getting Involved
Developers
Contribution Guidelines
Coding Guidelines
Using Git
Developer Guide
Creating Skins
Mapping Creators
Contributing Mappings
Mixxx Controls
MIDI Scripting
Components JS
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).