Novation has recently launched an updated version of their Launchkey Mini (Mk3) MIDI keyboard controller and it seemed like an excellent companion to the Novation Circuit groovebox I already owned.

The Launchkey Mini Mk3 is reasonably priced, it's from the same maker as the Circuit, and they look very good together: both of them are exactly the same height and are made of the same materials.

My goal was to use both devices side by side, using the Circuit's controls to arrange and manipulate the sound, while using the Launchkey to play the actual notes. That means I don't need to map each and every control of the Circuit into the Launchkey, since I'm using the Launchkey mostly to have a "regular" keyboard to play on (as well as using the arpeggiator functionality), while using the Circuit to control the sound of each patch, the session and the mixer.

The Setup

I'm running the most recent firmware on both devices:

  • Circuit: v1.8
  • Launchkey Mini Mk3: v1.01

There are two ways to connect the devices: (i) using MIDI cables for a hardware-only setup, or (ii) using an intermediary computer as an USB MIDI host.

The Launchkey only has a MIDI Out connector for hardware setups, but it appears to also support MIDI In when using it through USB.

Make sure that the Circuit has the correct settings, refer to this cheatsheet by /u/kikomn. Turn on the Circuit holding the Shift button to access the settings menu, and save the settings by pressing Play.

Hardware only with MIDI

As MIDI devices have been shrinking in size, a new MIDI plug standard has been developed around a common 1/8" (3.5mm) TRS connector (think headphones), this means that in order to connect with regular MIDI devices an adaptor is required. Also, there are 2 variations of this new plug: Type A and Type B. And both look exactly the same.

The Circuit includes 2 TRS-to-DIN breakout adaptors, and being a slightly older device, it uses Type B. The Launchkey Mini does not include any breakout adaptors, but it uses Type A.

This means I was not able to use the 2 adaptors included in the Circuit to connect it to the Launchkey, since they require different types on each end. Instead, I ordered a Type A breakout cable from Amazon, and I used one Type B adaptor from the Circuit with a regular MIDI cable.

In other words, the required chain would be:

Circuit MIDI In <-> Type B TRS MIDI adaptor <-> Standard MIDI cable <-> Type A TRS MIDI adaptor <-> Launchkey Mini Mk3 MIDI Out

However, what I ended up doing was purchasing a 3.5mm TRS cable (standard audio "AUX" cable), which I then cut in half, rewired 2 cables and soldered everything back again. It's a super simple soldering project that shouldn't take you more than a few minutes, just make sure to verify the connections with a multimeter. The end result is a much smaller cable that doesn't need any adaptors.

Here's a great post by Eric Skogen that has all the schematics you would need and a more detailed explanation of the "Mini MIDI" standard, but in summary, you have to identify the Tip and Ring cables and switch them up.

Software based (USB Host)

Another option is to use a computer as a MIDI Host to link between different MIDI devices and route their signals to each other.

On macOS Catalina (10.15) I'm using a small application called MIDIRouter. The app has a dependency on the portmidi library; it won't run without it, but it won't tell you if you don't have it. If you already have brew, you can install the dependency by typing brew install portmidi into your terminal.

MIDIRouter is as simple as it gets. Make sure to keep your computer awake with the app running, and then just configure it to:

  • MIDI In: Launchkey Mini
  • MIDI Out: Circuit

Layouts for Launchkey (Custom Modes)

The Circuit has a very simple MIDI interface:

  • Synth 1 is on Channel 1
  • Synth 2 is on Channel 2
  • Drums are on Channel 10, specifically:
    • Drum 1: 60 (C3)
    • Drum 2: 62 (D3)
    • Drum 3: 64 (E3)
    • Drum 4: 65 (F3)

The Circuit only supports 4 different drum samples, but the Launchkey has 16 pads (2 rows, 8 columns). I repeated each drum 4 times in a mirrored pattern for "better" finger-drumming.

Custom Mode for Launchkey with Circuit

Other than that, I didn't mess with the pots since I'm not planning on using them on the Launchkey. The Circuit has encoders while the Launchkey has pots, and that makes for a weird mapping. I'm not sure if the Launchkey Mini Mk3 supports linking PGM parameters to the pads, but if it did it'd allow for some sweet configurations.

General Notes

Scales

Remember to change scale mode in the Circuit to chromatic (bottom right) to be able to use the keyboard properly, selecting any other scale will make you keyboard play the closest note in the scale (ie. in a C major scale, pressing the C key on the Launchkey will play a C note as expected, but pressing the C# key will also play a C note). I guess this would make it easier to "improvise" by mashing the keyboard carelessly when using a scale?

MIDI Channel Control

To switch between the Synth 1 and Synth 2, you have to change the MIDI channel in the Launchkey, this is done by pressing both the Shift and Transpose buttons on the Launchkey and then selecting the channel with the pads:

  • MIDI Channel 1 = Circuit's Synth 1 = top row leftmost pad on the Launchkey
  • MIDI Channel 2 = Circuit's Synth 2 = top row, second pad left-to-right on the Launchkey

I would love it if it'd be possible to program the Launchkey to use the bottom row of the pads to select and display the current MIDI channel, from 1 to 8. Maybe using PGM parameters in a future update?

Tempo

If you want to properly use the arp functions in the Launchkey, it must be synced to the Circuit's master tempo.

There are 3 options that I've though of, but I have not tried them all yet. More testing is required and I will update this post onxe I have some results.

  1. Use the Launchkey as the tempo master. Turn off the Circuit's MIDI Clock Tx while keeping the MIDI Clock Rx turned on. Adjust the tempo in the Launchkey and the Circuit should sync to it. The Tempo button in the Circuit should display the current tempo
  2. When using the USB Host connectivity, the Launchkey appears to have a MIDI In port, which should enable the Circuit to act as a tempo master (MIDI Clock Tx on, MIDI Clock Rx off).
  3. Setup both tempos manually. Turn off both the MIDI Clock Rx and MIDI Clock Txon the Circuit's setting to prevent them from being overridden by the Launchkey internal tempo, or viceversa. Good luck.

Macro Controls

Macro controls (the 8 encoders in the Circuit) are funky when mapped to the Launchkey's pots. I've never liked mixing encoders (infinite revolutions) with potentiometers (limited turning), so I prefer not to use them at the moment.

Record & Play

The Record and Play buttons on the Launchkey do nothing. You have to use the Circuit's.

Pitch Bend and Modulation

I have not been able to use the sustain and modulation touch bands on the Launchkey, it appears that the Circuit does not support pitch and modulation controls at all.

Sustain Pedal

I have not tested using a sustain pedal. I probably won't anytime soon, since I would mostly be using the setup for bass lines and arp chords.

References