midizap/examples
Albert Graef b6068a73c0 Minimal Mackie emulation for the Harley Benton MP-100 a.k.a. MeloAudio MIDI Commander. 2019-12-18 10:56:19 +01:00
..
APCmini.midizaprc Comment changes. 2018-11-11 10:12:21 +01:00
MP100.midizaprc Minimal Mackie emulation for the Harley Benton MP-100 a.k.a. MeloAudio MIDI Commander. 2019-12-18 10:56:19 +01:00
MPKmini2.midizaprc Add a built-in patchbay facility (JACK_IN/JACK_OUT directives). 2018-10-14 10:47:01 +02:00
Maschine.midizaprc Cosmetic changes to the other examples. 2018-10-14 10:47:01 +02:00
README.md Rework the X-Touch Mini and ONE examples. 2018-10-14 10:47:01 +02:00
XTouchMini+.midizaprc X-Touch Mini example: Move the MIDI CC assignments on the ALT layer to a separate config, so that we don't mix up Mackie and MIDI control messages. 2018-10-14 21:05:19 +02:00
XTouchMini.midizaprc X-Touch Mini example: Move the MIDI CC assignments on the ALT layer to a separate config, so that we don't mix up Mackie and MIDI control messages. 2018-10-14 21:05:19 +02:00
XTouchONE.midizaprc Rework the X-Touch Mini and ONE examples. 2018-10-14 10:47:01 +02:00
nanoKONTROL2.midizaprc Cosmetic changes to the other examples. 2018-10-14 10:47:01 +02:00
x-touch-one.device Add an Ardour device description for the X-Touch ONE. 2018-09-23 11:31:10 +02:00

README.md

Examples

This folder contains a couple of sample midizap configurations for different controllers:

  • APCmini.midizaprc: Mackie emulation for the AKAI APCmini

  • Maschine.midizaprc: Mackie emulation for the NI Maschine Mk3 (this requires Harry v. Haaren's Ctlra software to make the device work in Linux, please check the config for detailed instructions)

  • MPKmini2.midizaprc: minimal Mackie emulation for the AKAI MPKmini Mk2 keyboard

  • nanoKONTROL2.midizaprc: fix up the marker keys of the Korg nanoKONTROL2 in Cubase mode for use in Ardour

  • XTouchMini.midizaprc: adds a bunch of Mackie control functions to make the device more useful in MC mode

  • XTouchONE.midizaprc: adds a bunch of Mackie control functions to make the device more useful in MC mode

Other interesting items:

  • x-touch-one.device: X-Touch ONE device description for Ardour 5.12 (this is basically the X-Touch description with a bank size of 1, so that all tracks become accessible)

    Installation: Copy the x-touch-one.device file to your ~/.config/ardour5/mcp/ directory and select "Behringer X-Touch ONE" as your Mackie control surface in Ardour's preferences dialog.

    Note: You can also use my patched-up version of Ardour 5.12 instead, which fixes up the single-channel bank changes so that the X-Touch ONE will work nicely with Ardour without having to set the bank size to 1 (which will be problematic if you use the ONE in combination with other Mackie controllers which require a larger bank size). You can find the sources here: https://github.com/agraef/ardour/tree/5.12-ag-mcpfixes. Make sure to check out the 5.12-ag-mcpfixes branch. This also has a few other bugfixes in the MCP code which will become available with Ardour 6.0, but aren't in the upstream 5.12 tree.