Hi I'm a beginner and I'm planning to purchase a DDJ 400. I wanted to know if further on, I could midi map additional controls to to the midi controller I already own. I own a Novation launchkey mini MK3 and was wondering if I could map the same as a sub controller to the DDJ 400 helping me utilize more of Rekordbox functions.
HelloHas anyone tried or have any luck connecting and midi mapping an sc5000 to Rekordbox and a Macbook pro running Big Sur m1 chip. My attempt was not successful it just hangs in searching for a computer to connect to but the MIDI option becomes available in rekordbox. any suggestion would be greatly appreciated.
This is so helpful, thanks for replying.
Also thanks once again for taking the time to get the mapping working. I had a little peek into the mapping settings and can appreciate how much time and effort it must have taken you. Huge kudos.
I got mine today and downloaded the mapping from this thread. my iPad is connected to the source usbc port, while the other usbc port is connected to my anker 65W charger and my iPad is being charged so yes it does support pass through charging
I just bought a Numark Party Mix and discovered Mixxx on my Fedora. Thanks to DJ Dexter for this mapping. Of course not everthing is fine but i can use most of the controls. It seems enough for me now.
I added to the midi mapping and wrote code so the pad mode buttons will work as expected and the 4 numbered buttons will create loops, cues, and play samples. However due to limited resources i could not get the effects button to do anything. Anyways here you guys go! Just be sure to add the script file to scripts under preferences >>controllers >> controller_name >>scripts and choose the midi xml file under controller>>controller setup then click load preset and find the midi key map
Numark Party Mix Keymap.zip (2.17 KB)
I added to the midi mapping and wrote code so the pad mode buttons will work as expected and the 4 numbered buttons will create loops, cues, and play samples. However due to limited resources i could not get the effects button to do anything. Anyways here you guys go! Just be sure to add the script file to scripts under preferences >>controllers >> controller_name >>scripts and choose the midi xml file under controller>>controller setup then click load preset and find the midi key map
I am new to this forum and I have the Numark Party Mix since a few days. I installed Mixxx because it is much better than the lite version of Virtual DJ. I found the MIDI mapping files here and tried it out. Very good work - but I was missing the effects in the pad mode. So I spent some hours on the xml and javascript code: and finally I got the FX buttons work! You can now switch on/off the four FX sections of Mixxx for each deck. Of course you have to set and turn on the effects inside the FX sections of Mixxx before. Additionally I added the Browse knob for scrolling through the library.
Have fun!
First of all, thanks to DJ Dexter for the initial mappings and DarkPoubelle for the edits. Awesome work by bearforce too getting the pads working, and by chriz who got the browser knob and FX working. I studied these scripts, and some of the mappings for other controllers in order to figure out how to do some other various things. The docs on the site were very helpful as well.
As far as I know, there are currently no mappings for the DJM-S11 that also support the screen or even display the Traktor waveform. Looking beyond the horizon, djayPro AI for example cannot do this either, even though the mixer is officially supported by them and a complete factory mapping exists. I assume that it is reserved for Serato and Rekorbox and excludes all other competitors on the market. Or if someone of them would be interested at all, they have to put a lot of money on the table. I Myself could only map the Key button on the touch screen. All other sections on it don't put MIDI out. The Sync button next to the Key button for example, is not mappable so far.
Besides the XML export and the v5 licenses problems, there are additional smaller issues:
no search box on the explorer node; no midi mapping with modifiers, multiple actions and CFX selector;
Cannot physically delete files inside RB. Still hotcues do not move the floating cue.
b) using midi mapping for Mic EQ Low:
1. Go to the MIDI screen and export your current mapping2. Open this mapping in a text editor3. Add new a line at the end of the file: CFXSubParameter,CFXSubParameter,KnobSliderHiRes,B60F,,,,,,,,,,Fast;,CFX sub parameter
4. Save your new mapping and import it back in to the MIDI screen
Currently, Mixxx does not support modes, so the function of the modeselector button is mapped to reverse. The new mapping changes that tocall a QtScript function, designated by a "" optiontag. Similarly the mappings for the buttons change from their currentmappings to call the second script method, though that is not shown inthe snippets here.
When a midi event arrives in controlobject/midiobject the tag triggers an evaluation of the functions stored in the library. Hereis an example implementation of the library which shows the basics ofmanaging the controller's state. The implementation isn't complete asthe callbacks to control objects to trigger the various button actionsor set the LED values are only comments or stubs to alert().
Phase 2: a block will be added to the XML to holdcontroller specific QtScript functions. There are considerations such asfunction name collisions and remapping to consider, global functionsgeneric to all controllers will still be loaded from themid-mapping-script.js file as well.
dca57bae1f