-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update controller mapping for Behringer DDM4000 mixer (#4262)
* refactor(ddm4000): declare a shortcut variable for the engine * feat(ddm4000): add default button behavior for shift buttons * feat(ddm4000): allow relative mode for DirectionEncoders In relative mode, holding shift and moving the Pot will not affect the Mixxx Control (see [Components JS](https://github.com/mixxxdj/mixxx/wiki/Components-JS#pot) for details). `componentContainers` must not be declared in `GenericMidiController.prototype` but in an instance method because otherwise it is not considered for property traversal, e.g. `Object.prototype.hasOwnProperty()` would return `false` * feat(ddm4000): add RangeAwarePot component * feat(ddm4000): add controller feedback for BackLoopButtons * feat(ddm4000): add support for `sendShifted` for effect unit components * fix(ddm4000): update group of show_xfader according to change in Mixxx 2.3 * style(ddm4000): apply code style rules * docs(ddm4000): fix and update documentation * docs(ddm4000): add docs for relative mode of DirectionEncoder * docs(ddm4000): fix typo Co-authored-by: Swiftb0y <[email protected]> * docs(ddm4000): explain type check see #4262 (comment) Co-authored-by: Swiftb0y <[email protected]>
- Loading branch information
1 parent
69ac6fe
commit 9517200
Showing
2 changed files
with
83 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters