Return to site

Djay Pro Ipad Midi Mapping

broken image


Any

September 9, 2017

How

I've been using djay 2 for iOS on my tablet for around 5 years, but a few years ago I bought my first MIDI controller, a Samson Conspiracy.

Jun 11, 2021 djay 3.7.2. Added mixer section on iPhone in landscape mode (requires iPhone X or later) Improved FX to smoothly fade out when turned off. Improved playback performance for TIDAL videos. Improved various MIDI mappings with support for quantize buttons and other fixes. Various bugfixes and improvements. AKAI AMX by dj SKIP for Djay Ipad with VU meters too:). Mapping for Traktor Pro 3+2 with Jog Screens - DJ Estrela. Ean Golden's Midi Fighter 3D Mapping 'Jam-on-it'.

I was curious whether I'd be able to use the Conspiracy with my tablet, as it's Class Compliant (no drivers required). Plugging the Conspiracy in, via the Camera Connection Kit (CCK), other MIDI enabled apps (Korg Gadget, Garage Band, iMPC) were able to receive the MIDI notes and CCs.

Algoriddim Djay Pro Ipad Midi Mapping

I tried the Conspiracy with djay 2, but had no success.

Mapping
Adding Midi Mapping To Djay Pro - findyellow

September 9, 2017

I've been using djay 2 for iOS on my tablet for around 5 years, but a few years ago I bought my first MIDI controller, a Samson Conspiracy.

Jun 11, 2021 djay 3.7.2. Added mixer section on iPhone in landscape mode (requires iPhone X or later) Improved FX to smoothly fade out when turned off. Improved playback performance for TIDAL videos. Improved various MIDI mappings with support for quantize buttons and other fixes. Various bugfixes and improvements. AKAI AMX by dj SKIP for Djay Ipad with VU meters too:). Mapping for Traktor Pro 3+2 with Jog Screens - DJ Estrela. Ean Golden's Midi Fighter 3D Mapping 'Jam-on-it'.

I was curious whether I'd be able to use the Conspiracy with my tablet, as it's Class Compliant (no drivers required). Plugging the Conspiracy in, via the Camera Connection Kit (CCK), other MIDI enabled apps (Korg Gadget, Garage Band, iMPC) were able to receive the MIDI notes and CCs.

Algoriddim Djay Pro Ipad Midi Mapping

I tried the Conspiracy with djay 2, but had no success.

After a little searching on Google I found a solution: a .djayMidiMapping file.

A .djayMidiMapping file is an Apple Property List XML file.

Once you have a mapping file for your controller (more on how to create one below) you copy it to your tablet via iTunes, then plug the controller in, open djay/djay Pro and voilà, the app responds to the controller!

Typically to create one, you'd use the MIDI Learn functionality in djay Pro for Windows/macOS, but as the file is just a text file you can create it yourself.

The core of an Apple Propery List ('Plist') file is:

Within the <plist> tags are the guts of the mapping, all inside the <dict> tag.

First you need to define the details of the device so djay knows to match the plugged in device, to that mapping file. This is done with a key/value pair:

...where 123456 is the USBID of your device (On macOS you can find this in the System Information application)

Djay For IOS » Release Notes

The main mapping info is a list of <dict> tags inside an <array> with the key: controls. For example:

In the above example we're mapping a CC (midiMessageType 3) value of 8 (midiData) on channel 16 (midiChannel is 0 indexed, meaning channel one is 0, channel two is 1 etc.) to the crossfader (mixer.crossfade)

Below is an example of a mapping for a MIDI note (midiMessageType 1).This maps MIDI note 0 on MIDI channel 1 to turntable1.playPause. Adding the <key>output</key> value means djay will send MIDI data out to the controller, allowing it to light up the LED on that button/pad if the controller supports it.

If you have any questions/comments please reach out to me on Twitter





broken image