summaryrefslogtreecommitdiffstats
path: root/res/controllers
AgeCommit message (Collapse)Author
2021-03-29Merge pull request #3742 from fkbreitl/ddj-200-fixJan Holthuis
Pioneer DDJ-200: fix hotcue button release
2021-03-23Fix for hot cue button releaseFrank Breitling
2021-03-12midi-components: Prevent setting the effect_selector CO to NaNJan Holthuis
2021-03-11Merge pull request #2893 from meltedpianoman/2.2Jan Holthuis
Controller: ION Discover DJ Pro
2021-03-02Merge pull request #3331 from fayaaz/patch-4Be
Some fixes for S4MK2 controller and features
2021-02-26Updates from code reviewFayaaz Ahmed
2021-02-25typo in commentMartin Kirchgessner
Co-authored-by: Be <be.0@gmx.com>
2021-02-25unmap the "Master" button because it drives an analog ampMartin Kirchgessner
2021-02-15Traktor S3: Fix so jog button toggles wheel touch modeOwen Williams
2021-02-15Merge branch '2.3' into traktor-s3-2.3Owen Williams
2021-02-13...more lint fixesFayaaz Ahmed
2021-02-13More lint fixesFayaaz Ahmed
2021-02-13linting and small fix for stuck backspinFayaaz Ahmed
2021-02-07Traktor S3: remap "view" to maximize_library, and playlist button to move focusOwen Williams
2021-02-06Traktor S3: Small updates:Owen Williams
* Fix library view switching * Fix shift+wheel not releasing right away * add shift+right encoder for moving loops
2021-02-06Traktor S3: simplify shutdownOwen Williams
2021-02-02Merge pull request #3537 from lepieru/mapping/hercules-p32/more-accurate-headmixBe
Hercules P32 mapping: more accurate headmix control
2021-02-02Hercules P32 mapping: more accurate headmix controlPierre Le Gall
The head mix is 4 times more accurate now.
2021-01-30Traktor S3: Make JOG button work like it does for other controllersOwen Williams
2021-01-30Traktor S3: Create options for different sampler playback modesOwen Williams
2021-01-30Merge branch '2.3' into traktor-s3-2.3Owen Williams
2021-01-30Adds <manual> tag to the mappingJustin Kourie
2021-01-30Makes jogwheel nudging slightly less sensitiveJustin Kourie
2021-01-30Retains FX light state when shift is pressedJustin Kourie
2021-01-30Uses shift to toggle meta/mix mapping on Level/Depth knobJustin Kourie
2021-01-30Cleans up unneeded commentsJustin Kourie
2021-01-30Removes unneeded output mappingJustin Kourie
2021-01-30Removes unneeded shift bindingJustin Kourie
2021-01-30Simplifies beatjump pad lightingJustin Kourie
Relies solely on <outputs> for lighting up the required pads in beatjump mode. This removes the need to track the controllers padmode in the script. This is desirable, because the controller tracks the padmode in its firmware and seems to be susceptible to benign but unexpected behavior when that process is interfered with (e.g., manually resetting the padmode lights sometimes prevents the next pad mode from being enabled until a sequence of other buttons are pressed).
2021-01-30Prevents redundant disabling of sync lockjusko
Co-authored-by: Be <be.0@gmx.com>
2021-01-30Ensures soft takeover on mix is retained when killing all FXJustin Kourie
2021-01-30Updates beat sync implementationJustin Kourie
2021-01-30Improves effects implementationJustin Kourie
- Removes getters & setters with side effects - Uses callbacks to keep the FX light in sync when changes are made through the UI
2021-01-30Adds note explaining the upper/lower limits on beatjump size ↵Justin Kourie
increasing/decreasing
2021-01-30Replaces sync_master with explicit enabling of sync_enabled (i.e., sync ↵Justin Kourie
lock) on long press)
2021-01-30Updates xml mappingJustin Kourie
2021-01-30Uses a variable to store the size of quick jumpingJustin Kourie
2021-01-30Explains some controller idiosyncrasiesJustin Kourie
2021-01-30Simplifies beat fx knob functionJustin Kourie
2021-01-30Simplifies track loaded callbackJustin Kourie
2021-01-30Simplifies tempo slider calculation and adds noteJustin Kourie
2021-01-30Adds code style review suggestionsJustin Kourie
2021-01-30Fixes FX channel switchJustin Kourie
2021-01-30Final cosmetic restructuringJustin Kourie
The main script now reads top to bottom so that functions map to the controller in order (starting at the mixer, then moving through controls in the deck in a left-right, top to bottom sequence)
2021-01-30Removes experimental pad modesJustin Kourie
- Keyboard mode - Pad FX1 - Keyshift mode
2021-01-30Unmaps master gain knobJustin Kourie
2021-01-30No need to toggle focus on and off an effect anymoreJustin Kourie
2021-01-30Inverts the control logic on the Level/Depth knobJustin Kourie
Uses the knob for wet/dry mix when an effect is enabled and for the effect's metaknob when the effect is disabled. Previously this was the other way around.
2021-01-30Minor cosmetic restructuringJustin Kourie
Moves some code around so that the mapping read from top to bottom almost matches the controls mapped in sequence from left to right.
2021-01-30Allows loop doubling/halving on disabled loops tooJustin Kourie