Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mapping for the Numark Mixtrack Pro FX #4160

Merged
merged 52 commits into from
Sep 4, 2021
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
6705606
Numark Mixtrack Pro FX: added initial mapping
h67ma Apr 18, 2021
15e4d46
Numark Mixtrack Pro FX: added pad lights when shifted
h67ma Apr 19, 2021
8de2c6f
added blinking lights when alt pad function is selected
h67ma May 16, 2021
014e722
added bonus feature: key change
h67ma Jul 22, 2021
e2e4d4f
fixed a bug with pad lights when pressing the other shift
h67ma Jul 22, 2021
b295fc8
fixed the sync button
h67ma Jul 22, 2021
7347d5f
fixed beatlooproll
h67ma Jul 29, 2021
a6d782f
fixed waveform zoom when waveform sync is disabled
h67ma Jul 29, 2021
286c993
use components.CueButton for cue button
h67ma Jul 29, 2021
acbbdd8
added documentation name to xml
h67ma Jul 29, 2021
a720b28
removed snarky comments
h67ma Jul 30, 2021
0cca824
removed alternate scratch logic
h67ma Jul 30, 2021
d83704b
simplify library knob scroll
h67ma Aug 1, 2021
e625845
removed incorrect powerWindow notes, simplified push buttons
h67ma Aug 1, 2021
bef370a
globally send 0x01 to buttons when inactive
h67ma Aug 1, 2021
2fad4d3
removed unnecessary value conversion in FX enable switch
h67ma Aug 1, 2021
39870aa
removed shift+load (load to preview deck), not very useful in current…
h67ma Aug 1, 2021
7e13ad7
renamed unitNumber -> deckNumber & enableButton -> enableSwitch
h67ma Aug 1, 2021
a5a6a02
allow scrolling backwards before track start
h67ma Aug 1, 2021
82f9ca2
moved fx switch buttons to effect unit
h67ma Aug 1, 2021
efb387f
simplify vuCallback
h67ma Aug 2, 2021
5b44a56
added comments explaining fader cuts feature
h67ma Aug 2, 2021
afe1fa9
added note-offs for all buttons
h67ma Aug 3, 2021
59ff1ff
added TODO to change FX selection in future version of Mixxx
h67ma Aug 5, 2021
2cf3560
redesigned pad section using switching componentContainers
h67ma Aug 5, 2021
7751cc2
simplified cueGain control, added js controls for cueMix and main gain
h67ma Aug 5, 2021
e9d24bb
better shift actions handling
h67ma Aug 6, 2021
d9a1b9f
FX enable switch input value scaling (debug)
h67ma Aug 6, 2021
53b8d0e
reversed direction of waveform zoom
h67ma Aug 6, 2021
e835b1d
removed unnecessary in value scaling for FX enable switches
h67ma Aug 9, 2021
eaa9fbb
removed unnecessary key attributes from components where unshift func…
h67ma Aug 9, 2021
f35255f
separate input and value scaling of effect param knob
h67ma Aug 10, 2021
f5a6832
refactoring of shift button
h67ma Aug 10, 2021
520aea1
put together more buttons and their shifted equivalents. improved lig…
h67ma Aug 11, 2021
48b8756
update comment about shifting whole controller
h67ma Aug 17, 2021
fe4683f
remove redundant isPress property from shift button
h67ma Aug 17, 2021
4dc91a5
trigger instead of reconnectComponents in init
h67ma Aug 17, 2021
c46f31c
rearranged disconnect/connect calls for style points
h67ma Aug 17, 2021
a2a35d3
trigger components after connecting them
h67ma Aug 17, 2021
89eedbd
removed redundant group properties
h67ma Aug 17, 2021
1bdf557
moved the tap button from EffectUnit to Deck
h67ma Aug 17, 2021
3d7fb08
use isPress instead of checking if value is 0x7F
h67ma Aug 17, 2021
a255b2f
use this.on and this.off instead of hardcoded values for lights
h67ma Aug 17, 2021
c15ba38
added some comments about scratch toggle btn lights, also simplified …
h67ma Aug 18, 2021
2f5349b
updated mixxx version and changed order of authors in xml
h67ma Aug 18, 2021
6dd0381
moved a line at the beginning, changed some comments
h67ma Aug 18, 2021
a8629db
moved pad mode led initialization to PadSection constructor
h67ma Aug 21, 2021
60f6084
simplified scratch btn light logic
h67ma Aug 21, 2021
1a9c8d7
removed redundant group properties in deck components
h67ma Aug 22, 2021
45a50b0
refactoring of midi codes in PadSection lights
h67ma Aug 22, 2021
8b7a3b9
moved status sysex after components creation
h67ma Sep 1, 2021
3b7c39c
changed the behavior of reloop
h67ma Sep 4, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading