Difference between revisions of "Supported plug & play MIDI controllers"
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | Zynthian can be connected to almost any existing MIDI device and you can use the MIDI learning mechanism, as described in the [[Zynthian_UI_User_Guide_-_V1/V4|UI user's guide]], to assign parameters to faders and knobs in your MIDI controller, for instance. You could also assign pad trigger to notes, etc. But MIDI learning process takes time, it's limiting and you can't get feedback easily. Sometimes it's a lot better to plug a well-known (supported) MIDI controller and get everything mapped automatically. For having this, | + | ==Introduction== |
| + | Zynthian can be connected to almost any existing MIDI device and you can use the MIDI learning mechanism, as described in the [[Zynthian_UI_User_Guide_-_V1/V4|UI user's guide]], to assign parameters to faders and knobs in your MIDI controller, for instance. You could also assign pad trigger to notes, etc. But MIDI learning process takes time, it's limiting and you can't get feedback easily. Sometimes it's a lot better to plug a well-known (supported) MIDI controller and get everything mapped automatically. For having this, Zynthian implements a controller driver API that allows developers to create specific drivers for specific devices. | ||
| − | + | ===Supported Drivers and Guides=== | |
| + | * After expanding greatly, the driver page has been split into multiple pages according to similar devices. See [[#Driver Pages|Driver Pages]] for a categorised list of device driver pages. | ||
| + | * There is also a [[#Table of Device Features|sortable table of devices]] to get a glance of what devices have drivers and what functions are available for them. Click the title link to go to the device driver page. | ||
| + | * As with the rest of the wiki, some information here may be slightly out of date, there may be devices available that aren't shown here. For more up to date info on driver development, see the forum. For a list of drivers currently integrated into Zynthian you can check [https://github.com/zynthian/zynthian-ui/tree/vangelis/zyngine/ctrldev the (Vangelis version) list on github]. | ||
| − | + | ===Accessing Drivers in Zynthian=== | |
| − | + | As the title hints, if you connect your device (via USB), Zynthian will automatically load the driver if a compatible one exists. Where there are multiple drivers for a given device (or to use a generic driver such as Mackie Control, the active driver mode can be selected from within the '''Midi Input Devices''' menu from the Chain Manager screen or the individual chain options screen (also the admin menu). '''Bold press''' the driver entry for further options. | |
| − | == | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| + | ===Driver Functions=== | ||
| + | This section contains documentation for some of these controller drivers. There are two core driver functions which control the primary screens in the Zynthian UI: | ||
| + | * '''Launcher mode (Zynpad)''': Launch patterns in the launcher grid interface (as with DAWs like Ableton or Logic) | ||
| + | * '''Mixer mode (ZynMixer)''': Control chain levels, mutes and solo. Different devices may have some additional controls and functions. | ||
| + | There are also additional driver modes/functions depending on the device and driver: | ||
| + | * '''UI Navigation''': Adds some degree of UI navigation control via arrow buttons or by emulating encoders & buttons on the device | ||
| + | * '''SuperLooper Mode''': Provides an interface to the native SuperLooper UI within Zynthian for looping live performance. | ||
| + | * '''Sequencer Mode (ZynSeq)''': (Sequencer functionality for the device depends on the Zynthian version installed) Provides some degree of control over the sequencer or pattern editor. | ||
| + | * '''Moder Mode''': Adjusts device note inputs to stay in scale or provides some chord functionality | ||
<br clear=all> | <br clear=all> | ||
| + | ==Driver Pages== | ||
| + | * [[Akai APC Series]] | ||
| + | * [[Akai MIDI MIX]] | ||
| + | * [[Akai MPK Series]] | ||
| + | * [[Arturia Keylab Series]] | ||
| + | * [[Novation Launchpad Series]] | ||
| + | * [[Novation Launchkey Series]] | ||
| + | * [[Behringer MOTÖR 61 / 49]] | ||
| + | * [[Korg nanoKONTROL Series]] | ||
| + | * [[Fostex Mixtab]] | ||
| + | * [[Mackie Control]] | ||
| + | * [[Teenage Engineering OP-1]] | ||
| + | * [[SooperLooper CCx10, for Behringer FCB1010 & others]] | ||
| + | * [[Worlde Mini Moder Driver]] | ||
| + | * [[Sinco smk25]] | ||
| − | == | + | ==Table of Device Features== |
| − | + | {| class="wikitable sortable" style="text-align:center;" | |
| − | + | |- style="font-weight:bold;" | |
| − | + | ! style="vertical-align:middle;" | Device | |
| − | + | ! style="vertical-align:middle;" | Launcher mode (ZynPad) | |
| − | + | ! style="vertical-align:middle;" | Mixer mode (ZynMixer) | |
| − | + | ! UI Navigation | |
| − | + | ! style="vertical-align:middle;" | SuperLooper mode | |
| − | + | ! style="vertical-align:middle;" | Sequencer mode (ZynSeq) | |
| − | + | ! style="text-align:left;" | Moder (chords/scales) | |
| − | + | ! style="vertical-align:middle;" | Extra features / notes | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | = | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | + | | style="vertical-align:middle; text-align:left;" | [[Akai APC Series|Akai APC Key25 MK2]][[File:Akai_apc_key25_mk2.png|150px|left]] | |
| + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | Mixpad (default) controls Mixer + ZynPad; also Step Sequencer / pattern editor; Device mode controls the Zynthian UI. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Akai APC Series|Akai APC Key25 MK2 + SL]] |
| + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | Adds SooperLooper looper controls + Levels/Pan/Sync&Quantize/Session save+load; base modes otherwise match the non-SL driver. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Akai MIDI MIX]][[File:Akai-midi-mix.jpg|150px|left]] |
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | Maps mixer functionality (chains 1–16 via banks, master slider, balance, mute/solo, rec-arm). | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Akai MPK Series|Akai MPK mini MK3]][[File:Akai-mpk-mini-top.jpg|150px|left]] |
| + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | Modes: Mixer (default), Device UI, Pattern (ZynPad + Pattern Editor), NotePad; plus User and Config modes. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Akai MPK Series|Akai MPK mini MK3 Moder]] |
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="vertical-align:middle; text-align:left;" | This is a very simple "Mode Enforcer" driver for the Akai MPK mini MK3. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Novation Launchpad Series|Novation LAUNCHPAD MINI MK1]][[File:Novation_launchpad_mini_mk1_zynpad.png|150px|left]] |
| − | + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes | |
| − | + | | style="background-color:#F8D7DA;" | no | |
| − | = | + | | style="background-color:#F8D7DA;" | no |
| − | + | | style="background-color:#F8D7DA;" | no | |
| − | + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | |
| − | + | | style="background-color:#F8D7DA;" | no | |
| − | + | | style="vertical-align:middle; text-align:left;" | ZynPad driver. | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | [[ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | [[File: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Novation Launchpad Series| Novation LAUNCHPAD MINI MK3]][[File:Novation_launchpad_mini_mk3_zynpad.png|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes |
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | ZynPad driver. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Novation Launchpad Series| Novation LAUNCHPAD PRO MK2]][[File:Novation_launchpad_pro_mk2_zynpad.jpg|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes |
| + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes | ||
| + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | Three modes using the top row buttons: | ||
| + | * Launcher - similar function to Ableton Live | ||
| + | * Mixer - volume, pan and (needs testing) sends | ||
| + | * Device Control - emulates the 20 button array of the V5 and encoder buttons | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Novation Launchpad Series| Novation LAUNCHPAD PRO MK3]][[File:Novation_launchpad_pro_mk3_zynpad.jpg|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes |
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | ZynPad driver. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Novation Launchpad Series| Novation LAUNCHPAD X]][[File:Akai-mpk-mini-top.jpg|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes |
| − | |- | + | | style="background-color:#F8D7DA;" | no |
| − | | | + | | style="background-color:#F8D7DA;" | no |
| − | | | + | | style="background-color:#F8D7DA;" | no |
| − | |- | + | | style="vertical-align:middle; background-color:#F8D7DA;" | no |
| − | | | + | | style="background-color:#F8D7DA;" | no |
| − | | | + | | style="vertical-align:middle; text-align:left;" | ZynPad driver. |
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Novation Launchkey Series| Novation LAUNCHKEY MINI MK3]][[File:Launchkey_mini_mk3.jpg|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes |
| − | |- style=" | + | | style="background-color:#C8E6C9;" | yes |
| − | | | + | | style="background-color:#F8D7DA;" | no |
| − | | | + | | style="background-color:#F8D7DA;" | no |
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | Mixer + ZynPad. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Novation Launchkey Series| Novation LAUNCHKEY 88 MK3]][[File:Launchkey_88_mk3.jpg|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes |
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | Mixer + ZynPad. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Behringer MOTÖR 61 / 49]][[File:Behringer_motor.jpg|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#C8E6C9;" | yes |
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | This driver is focused in stage control of setBfree and Pianoteq engines. It also includes the mode enforcer that can be controlled from the pads (notes). | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Korg nanoKONTROL Series|Korg nanoKONTROL]][[File:NanoKONTROL1.png|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#F8D7DA;" | no |
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | Not currently available. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Korg nanoKONTROL Series|Korg nanoKONTROL-2]][[File:NanoKONTROL2.png|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#F8D7DA;" | no |
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | ZynMixer driver with UI navigation. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Mackie Control]][[File:Mackie_control.jpg|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#F8D7DA;" | no |
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | This driver can be loaded for devices that support MCU protocol and variants. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Fostex Mixtab]][[File:Mixtab.png|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#F8D7DA;" | no |
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | This driver maps the hardware controls to relevant parameters in zynthian (mostly zynmixer). | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[Teenage Engineering OP-1]][[File:Te-op1.jpg|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#F8D7DA;" | no |
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | Encoder control of parameters and UI navigation via encoders and buttons. | ||
|- | |- | ||
| − | | | + | | style="vertical-align:middle; text-align:left;" | [[SooperLooper CCx10, for Behringer FCB1010 & others]][[File:Fcb1010.jpeg|150px|left]] |
| − | | | + | | style="vertical-align:middle; background-color:#F8D7DA;" | no |
| − | |- style=" | + | | style="background-color:#F8D7DA;" | no |
| − | | | + | | style="background-color:#C8E6C9;" | yes |
| − | | | + | | style="background-color:#C8E6C9;" | yes |
| + | | style="vertical-align:middle; background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="vertical-align:middle; text-align:left;" | SooperLooper CCx10 controller support. | ||
|- | |- | ||
| − | | | + | | style="text-align:left;" | [[Worlde Mini Moder Driver]] |
| − | | | + | [[File:Worlde mini.png|150px|left|Worlde mini midi keyboard]] |
| + | | style="background-color:#ffce93;" | tbc | ||
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="text-align:left;" | | ||
|- | |- | ||
| − | | | + | | style="text-align:left;" | [[Akai MPK Series|Akai MPK249]][[File:Akai mpk249.webp|Akai mpk249|150px|left]] |
| − | | | + | | style="background-color:#FFCE93;" | tbc |
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="text-align:left;" | | ||
|- | |- | ||
| − | | | + | | style="text-align:left;" | [[Novation Launchkey Series|Launchkey Mini Mk4 37]][[File:LaunchKeyM37-MKIV.jpg|150px|left|Launchkey Mini Mk4]] |
| − | | | + | | style="background-color:#FFCE93;" | tbc |
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="text-align:left;" | | ||
|- | |- | ||
| − | | | + | | style="text-align:left;" | [[Launchkey Mini Mk3]][[File:LaunchkeyMiniMk3.jpg|150px|left|Launchkey Mini Mk3]] |
| − | | | + | | style="background-color:#C8E6C9;" | yes |
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="text-align:left;" | | ||
|- | |- | ||
| − | | | + | | style="text-align:left;" | [[Novation Launchkey Series|Launchkey Mk3 88]][[File:Launchkey88.jpg|150px|left|Launchkey88]] |
| − | | | + | | style="background-color:#C8E6C9;" | yes |
| + | | style="background-color:#C8E6C9;" | yes | ||
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="text-align:left;" | | ||
|- | |- | ||
| − | | | + | | style="text-align:left;" | [[Novation Launchkey Series|Launchkey Mk4 37]][[File:Launchkey37-MKIV.jpg|150px|left|Launchkey37-MKIV]] |
| − | | | + | | style="background-color:#FFCE93;" | tbc |
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="text-align:left;" | | ||
|- | |- | ||
| − | | | + | | style="text-align:left;" | [[Sinco smk25]][[File:Te-op1.jpg|150px|left]] |
| − | | | + | | style="background-color:#FFCE93;" | tbc |
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="text-align:left;" | | ||
|- | |- | ||
| − | | | + | | style="text-align:left;" | [[Arturia Keylab Series|Arturia Keylab Mk2 61]][[File:Te-op1.jpg|150px|left]] |
| − | | | + | | style="background-color:#FFCE93;" | tbc |
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#FFCE93;" | tbc | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="background-color:#F8D7DA;" | no | ||
| + | | style="text-align:left;" | | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<br clear=all> | <br clear=all> | ||
| − | == | + | ==Akai MIDI MIX== |
| − | ==== | + | ====ZynMixer driver==== |
| − | [[File: | + | [[File:Akai-midi-mix.jpg|800px|right]] |
| − | + | This Akai MIDIMix driver maps the basic mixer's functionality. | |
| + | Chains are numbered from left to right as shown in the zynmixer screen. Note that these numbers are not MIDI channels! | ||
| − | + | * '''Bank Left:''' Strips assigned to chains 1-8 | |
| − | + | * '''Bank Right:''' Strips assigned to chains 9-16 | |
| − | + | * '''Master Slider:''' Main volume | |
| − | + | * '''Strip 1-8:''' Chain's mixer control, depending on bank selection | |
| − | + | ** '''Upper Knobs:''' The 2 upper knobs are available for MIDI learning. | |
| − | + | ** '''Lower Knob:''' Chain's balance | |
| − | + | ** '''Mute:''' Chain's mute switch | |
| − | < | + | ** '''Solo''': Push <code>SOLO</code> to see solo status. Push <code>SOLO</code> + <code>MUTE</code> for toggling solo. |
| − | + | ** '''Rec Arm''': Red light indicates active chain. Push to set active chain. | |
| − | + | ** '''Slider:''' Chain's volume | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | < | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<br clear=all> | <br clear=all> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Behringer MOTÖR 61 / 49 == | ==Behringer MOTÖR 61 / 49 == | ||
| Line 1,176: | Line 696: | ||
|} | |} | ||
</div> | </div> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<br clear=all> | <br clear=all> | ||
Latest revision as of 13:34, 31 July 2026
1 Introduction
Zynthian can be connected to almost any existing MIDI device and you can use the MIDI learning mechanism, as described in the UI user's guide, to assign parameters to faders and knobs in your MIDI controller, for instance. You could also assign pad trigger to notes, etc. But MIDI learning process takes time, it's limiting and you can't get feedback easily. Sometimes it's a lot better to plug a well-known (supported) MIDI controller and get everything mapped automatically. For having this, Zynthian implements a controller driver API that allows developers to create specific drivers for specific devices.
1.1 Supported Drivers and Guides
- After expanding greatly, the driver page has been split into multiple pages according to similar devices. See Driver Pages for a categorised list of device driver pages.
- There is also a sortable table of devices to get a glance of what devices have drivers and what functions are available for them. Click the title link to go to the device driver page.
- As with the rest of the wiki, some information here may be slightly out of date, there may be devices available that aren't shown here. For more up to date info on driver development, see the forum. For a list of drivers currently integrated into Zynthian you can check the (Vangelis version) list on github.
1.2 Accessing Drivers in Zynthian
As the title hints, if you connect your device (via USB), Zynthian will automatically load the driver if a compatible one exists. Where there are multiple drivers for a given device (or to use a generic driver such as Mackie Control, the active driver mode can be selected from within the Midi Input Devices menu from the Chain Manager screen or the individual chain options screen (also the admin menu). Bold press the driver entry for further options.
1.3 Driver Functions
This section contains documentation for some of these controller drivers. There are two core driver functions which control the primary screens in the Zynthian UI:
- Launcher mode (Zynpad): Launch patterns in the launcher grid interface (as with DAWs like Ableton or Logic)
- Mixer mode (ZynMixer): Control chain levels, mutes and solo. Different devices may have some additional controls and functions.
There are also additional driver modes/functions depending on the device and driver:
- UI Navigation: Adds some degree of UI navigation control via arrow buttons or by emulating encoders & buttons on the device
- SuperLooper Mode: Provides an interface to the native SuperLooper UI within Zynthian for looping live performance.
- Sequencer Mode (ZynSeq): (Sequencer functionality for the device depends on the Zynthian version installed) Provides some degree of control over the sequencer or pattern editor.
- Moder Mode: Adjusts device note inputs to stay in scale or provides some chord functionality
2 Driver Pages
- Akai APC Series
- Akai MIDI MIX
- Akai MPK Series
- Arturia Keylab Series
- Novation Launchpad Series
- Novation Launchkey Series
- Behringer MOTÖR 61 / 49
- Korg nanoKONTROL Series
- Fostex Mixtab
- Mackie Control
- Teenage Engineering OP-1
- SooperLooper CCx10, for Behringer FCB1010 & others
- Worlde Mini Moder Driver
- Sinco smk25
3 Table of Device Features
| Device | Launcher mode (ZynPad) | Mixer mode (ZynMixer) | UI Navigation | SuperLooper mode | Sequencer mode (ZynSeq) | Moder (chords/scales) | Extra features / notes |
|---|---|---|---|---|---|---|---|
| Akai APC Key25 MK2 | yes | yes | no | no | yes | no | Mixpad (default) controls Mixer + ZynPad; also Step Sequencer / pattern editor; Device mode controls the Zynthian UI. |
| Akai APC Key25 MK2 + SL | yes | yes | yes | yes | yes | no | Adds SooperLooper looper controls + Levels/Pan/Sync&Quantize/Session save+load; base modes otherwise match the non-SL driver. |
| Akai MIDI MIX | no | yes | no | no | no | no | Maps mixer functionality (chains 1–16 via banks, master slider, balance, mute/solo, rec-arm). |
| Akai MPK mini MK3 | yes | yes | no | no | yes | no | Modes: Mixer (default), Device UI, Pattern (ZynPad + Pattern Editor), NotePad; plus User and Config modes. |
| Akai MPK mini MK3 Moder | no | no | no | no | no | yes | This is a very simple "Mode Enforcer" driver for the Akai MPK mini MK3. |
| Novation LAUNCHPAD MINI MK1 | yes | no | no | no | no | no | ZynPad driver. |
| Novation LAUNCHPAD MINI MK3 | yes | no | no | no | no | no | ZynPad driver. |
| Novation LAUNCHPAD PRO MK2 | yes | yes | yes | no | no | no | Three modes using the top row buttons:
|
| Novation LAUNCHPAD PRO MK3 | yes | no | no | no | no | no | ZynPad driver. |
| Novation LAUNCHPAD X | yes | no | no | no | no | no | ZynPad driver. |
| Novation LAUNCHKEY MINI MK3 | yes | yes | no | no | no | no | Mixer + ZynPad. |
| Novation LAUNCHKEY 88 MK3 | yes | yes | no | no | no | no | Mixer + ZynPad. |
| Behringer MOTÖR 61 / 49 | yes | no | no | no | no | no | This driver is focused in stage control of setBfree and Pianoteq engines. It also includes the mode enforcer that can be controlled from the pads (notes). |
| Korg nanoKONTROL | no | no | no | no | no | no | Not currently available. |
| Korg nanoKONTROL-2 | no | yes | no | no | no | no | ZynMixer driver with UI navigation. |
| Mackie Control | no | yes | no | no | no | no | This driver can be loaded for devices that support MCU protocol and variants. |
| Fostex Mixtab | no | yes | no | no | no | no | This driver maps the hardware controls to relevant parameters in zynthian (mostly zynmixer). |
| Teenage Engineering OP-1 | no | no | no | no | no | no | Encoder control of parameters and UI navigation via encoders and buttons. |
| SooperLooper CCx10, for Behringer FCB1010 & others | no | no | yes | yes | no | no | SooperLooper CCx10 controller support. |
| Worlde Mini Moder Driver | tbc | tbc | tbc | no | no | yes | |
| Akai MPK249 | tbc | tbc | tbc | no | no | no | |
| Launchkey Mini Mk4 37 | tbc | tbc | tbc | no | no | no | |
| Launchkey Mini Mk3 | yes | yes | tbc | no | no | no | |
| Launchkey Mk3 88 | yes | yes | tbc | no | no | no | |
| Launchkey Mk4 37 | tbc | tbc | tbc | no | no | no | |
| Sinco smk25 | tbc | tbc | tbc | no | no | no | |
| Arturia Keylab Mk2 61 | tbc | tbc | tbc | no | no | no |
4 Akai MIDI MIX
4.1 ZynMixer driver
This Akai MIDIMix driver maps the basic mixer's functionality. Chains are numbered from left to right as shown in the zynmixer screen. Note that these numbers are not MIDI channels!
- Bank Left: Strips assigned to chains 1-8
- Bank Right: Strips assigned to chains 9-16
- Master Slider: Main volume
- Strip 1-8: Chain's mixer control, depending on bank selection
- Upper Knobs: The 2 upper knobs are available for MIDI learning.
- Lower Knob: Chain's balance
- Mute: Chain's mute switch
- Solo: Push
SOLOto see solo status. PushSOLO+MUTEfor toggling solo. - Rec Arm: Red light indicates active chain. Push to set active chain.
- Slider: Chain's volume
5 Behringer MOTÖR 61 / 49
This driver is focused in stage control of setBfree and Pianoteq engines. It also includes the mode enforcer that can be controlled from the pads (notes). This driver must be loaded in the device's MIDI port 1. Please, note that you can also load, simultaneously if needed, the generic Mackie driver in the MIDI port 2.
This is a summary of how keyboard controllers are used:
| Control | Engine | Parameter |
|---|---|---|
| Master Fader | setBfree | Global Volume |
| Faders 1-8 | setBfree | Upper Drawbars (except the highest pitched) |
| Faders 9-16 | setBfree | Lower Drawbars (except the highest pitched) |
| Faders 17-24 | setBfree | Pedal Drawbars (except the highest pitched) |
| Encoders 1-4 | setBfree | 1:highest pitched DB, 2:percussion, 3:vibrato, 4.reverb |
| Encoders 5-8 | Pianoteq | 1:volume, 2:dynamics, 3:reverb mix, 4:reverb duration |
| Pads 1-32 (as notes -> Prg Change OFF) | Mode Enforcer | Pad 1 always returns to Chromatic mode |
And here the detailed assignment:
|
|
6 Mackie Control
This driver can be loaded for devices that support MCU protocol and variants. For instance:
- Original MCU hardware
- Behringer X-Touch
- Behringer BCF2000
- Behringer MÓTOR 49/61 (MC mode)
- Zoom R8
- Etc.
You can configure the device configuration via the Web config > Interface menu > MIDI Mackiecontrol.
Internally, a device corresponds to a YAML config file.
7 Fostex Mixtab
This driver uses MIDI input and output to communicate with a Fostex Mixtab control surface. The Mixtab was released in 1992 as a hardware controller for the Fostex DCM100 1U rack mounted 8-channel stereo mixer. It provides controls for each of that mixer's parameters, the ability to switch between up to 3 mixer units and offers absolute and pick-up modes of operation. This driver maps the hardware controls to relevant parameters in zynthian (mostly zynmixer).
Each fader strip controls the corresponding audio channel (audio, synth, etc.) in the same order as displayed in zynthian. The DCM SELECT switch moves the control between the first, second and third groups of 8 chains, allowing control of up to 24 chains. The last fader controls the main mixbus.
Each channel strip has the following controls:
- AUX
- EQ HI
- EQ LO
- PAN
- MUTE
- FADER
Fader and pan control the level and pan/balance of each chain. The Mute button sends volume 0, not seperate mute signal.
ZS3 is saved by double pressing the STORE button within 1.5s, but the display must stop flashing before the second press.
The SMOOTH control adjusts tempo.
The AUX EQ act as encoders 1..4.
Other controls act as learnable controllers. (Note AUX1 & AUX2 send the same CC, each over the range 0..63 and 63..127 respectively.)
8 Teenage Engineering OP-1
The OP-1 is detected and the driver is enabled automatically.
Available in vangelis. Designed for OP-1 Original (OG). Tested with latest firmware version 246. Designed to work with OP-1 in MIDI Mode.
8.1 Configuring the OP-1
To enable the driver integration, on the OP-1:
- Press Shift + COM Button
- Select CTRL Mode (Press Button T2)
- Additional steps for the first time:
- Press Shift button to verify knobs are sending relative CC, change with blue encoder if needed.
- Press Shift button to verify <> buttons are sending MIDI CC, change with white encoder if desired. Set to Octave ± if this behavior is preferred.
- Optionally configure MIDI channel as described here.
To switch to regular OP-1 mode
- Press Shift + COM Button
- Select OP-1 Mode (Press Button T1)
8.2 Usage
- Encoder rotation (left to right is 1 to 4)
- Encoder button push (and release, so short/bold/long works as expected)
- Tempo
- Play/record toggle
- Arrows up-down, left-right
9 SooperLooper CCx10, for Behringer FCB1010 & others
| Pedal | CC | What it does |
|---|---|---|
| 1 | 15 | Mute current loop (stop recording if needed) → advance to next loop → arm it for recording |
| 2 | 16 | Solo-trigger loop 2: mute loops 3–5, trigger loop 2 |
| 3 | 17 | Solo-trigger loop 3: mute loops 2, 4, 5, trigger loop 3 |
| 4 | 18 | Solo-trigger loop 4: mute loops 2, 3, 5, trigger loop 4 |
| 5 | 19 | Solo-trigger loop 5: mute loops 2, 3, 4, trigger loop 5 |
| 6 | 20 | Advance to the next loop (selection only — nothing is muted or triggered) |
| 7 | 21 | Mute the currently selected loop |
| 8 | 22 | Start/stop recording on the currently selected loop |
| 9 | 23 | Soft reset: stop all recording, mute everything, reselect loop 1, re-sync. Recorded audio is kept. |
| 10 | 24 | Start/stop recording — mapped directly in Zynthian to Record Loop 1 (not managed through the ctrldev driver) |
This drivers has been originally designed for the Behringer FCB1010, but it can be used with any MIDI controller sending the right MIDI CC as described in the table below.
Each pedal of the FCB1010 is mapped to CC and SooperLooper as described in the next table. Note that you MUST configure your FCB1010 to send triggers with the specified CC numbers. It won't work with FCB's factory assignments, as they are "frankly daft". Of course, you could configure any other MIDI controller to send the same CC numbers and use it instead, so to some extend, this driver is not exclusive for the FCB1010, although it's been designed with it in mind.
This driver implements a specific, but quite common yet, workflow specially tailored to play Jazz Standards, although it probably suits other genres too. It works like this:
- Loop 1 is always treated as the timing reference — everything else quantizes to it. I tap in a rhythm, usually with conga drums on my keyboard’s drum pads. I then let that rhythm play out while setting the quantize loop for all remaining loops.
- I then use Pedal 1 to record verse and chorus sections as separate loops. Each loop is quantized, so I just need to remember to hit “Pedal 1” near the end of the verse to tell SooperLooper to begin recording the next loop. For example, when I’m ready to record the verse, I hit pedal 1 and SooperLooper begins recording Loop 2 on the next beat. When I’m ready to do the chorus, I hit pedal 1 again. SooperLooper finishes recording Loop 2, mutes Loop 2, then begins recording Loop 3 on the next beat, and so on.
- Sometimes, I will record a verse and then end the recording by hitting Pedal 8, causing that loop to continue playing from the beginning. This allows me to repeat the verse and then only start recording the next loop when I need to play the second ending that goes to the chorus (this is a very common jazz pattern).
- Once I have recorded my loops, I then click one of the “solo” pedals to begin soloing over the chord changes. In most jazz standards, I go back to the first verse which is on Loop 2, so I click “Pedal 2”. I then click the remaining pedals to go through the rest of the song structure. By triggering each loop, I can have sections of different lengths (again, another thing you’ll commonly find in jazz standards). Everything is quantized to the rhythm track, so moving from loop to loop is all seamless.
The upshot is that this driver allows me to lay down my backing bass and chord track at the beginning of the song, then play this throughout while doing the melody and solos. I think it will work for just about any jazz standard without having to adjust the default 43 second loop length, since four loops (loops 2-5) covers a lot. I can do all of this in real time because each action is done by just one pedal. It’s intuitive because I just hit the pedal assigned to the verse or chorus I want to play and it triggers from the start exactly on the quantized beat.
9.1 Configure the Behringer FCB1010
Here’s how to configure the FCB1010, assuming starting from FCB1010’s factory default:
* Select the pedal you want to program (e.g., 1). * Long press the Down button (2-3 seconds) to put the pedal in programming mode. * Short press the Up button. * By default, “1” is lit, indicating that the pedal is sending a program change. We need it to send a control change (“6”). * Long press “1” (program change) until it is unlit. * Long press “6” (control change) until it is lit. * Short press “6” to program the control change. “6” will start blinking. * Press Up. * Enter the CC number you want to set for the pedal. For example, in this ctrldev, I map Pedal 1 to CC 15. Numbers are entered by clicking the pedal numbers in order (e.g., “1” and “5”). The numbers will appear in the LED screen. * Press Up. * Enter the value you want to send for the CC. I enter “127” for every control (e.g., “1”, “2”, “7”). * Press Up. “6” stops blinking and is solidly lit. The pedal is now programmed. * Long press Down to exit programming mode. * Repeat 1-13 for each pedal (e.g., Pedal 2 = CC 16, etc.).
I’ve uploaded a demo song (“Night and Day”) that I recorded using my Zynthian setup with this ctrldev driver:
It was recorded live. I hit the record button on the Zynthian to start and stop the recording. Nothing in there was layered on tracks.
Here’s how I progressed through the song structure with the pedals on the FCB1010:
10: start recording bongos 10: stop recording bongos 1: start verse 1 8: repeat verse 1 (first ending) 1: stop verse 1, start second ending of verse 1 into chorus 2: start verse 1 3: start 2nd ending and chorus 2-3: continue going back and forth between these for the whole song structure. 1: record a coda as a new track at the end 8: repeat coda so I can solo over it. 9: end song
This will be a real game changer for me to be able to do solo gigs as well as playing with just one other instrument or vocalist. Hopefully this is helpful to others.
10 Technical Info For Driver Developers
Drivers are python modules implementing a class. This class can call internal zynthian-ui API, so it has full access to zynthian functionality. It’s not limited by CUIA. No limits, so you can break the UI too 😉
NOTE: the name of the class should be identical to that of the file name. This is a common pitfall when developing new drivers.
dev_ids is a list of identifiers that the driver will match. You can find this by looking at the name of the device in the MIDI Input view in zynthian. If you bold press tge corresponding input to see its options menu, the "Rename port" otpion shows its USB port / MIDI input name. Use the MIDI input name for your dev_ids list, e.g. Rename port 'USB:2.2/Launchkey Mini MK3 In 2' would provide the device id: "Launchkey Mini MK3 In 2".
You can check the full code here:
zynthian-ui/zyngui/zynthian_ctrldev_manager.py zynthian/zyngine · GitHub
and some example drivers here:
zynthian-ui/zyngine/ctrldev/ · GitHub
All drivers must inherit from zynthian_ctrldev_base, implementing the needed functionality as commented in the base code:
#------------------------------------------------------------------------------------------------------------------
# Control device base class
#------------------------------------------------------------------------------------------------------------------
class zynthian_ctrldev_base():
dev_id = None # String that identifies the device (class variable!)
dev_zynpad = False # Can act as a zynpad trigger device
dev_zynmixer = False # Can act as an audio mixer controller device
dev_pated = False # Can act as a pattern editor device
# Function to initialise class
def __init__(self):
self.idev = 0 # Slot index where the device is connected, starting from 1 (0 = None)
self.zyngui = zynthian_gui_config.zyngui
# Setup the device connected in slot #idev
# Before calling this, the caller (ctrldev-manager) should check that driver's ID string matches device's ID string
def setup(self, idev=None):
if idev != self.idev:
# Release currently selected device, if any ...
self.release()
# Init new selected device
if idev > 0:
self.idev = idev
logging.info("Setting-up {} in slot {}".format(self.dev_id, self.idev))
# Setup routing
lib_zyncore.zmip_set_route_extdev(self.idev - 1, 0)
zynautoconnect.midi_autoconnect(True)
# Initialize new selected device
self.init()
self.refresh(force=True)
def release(self):
if self.idev > 0:
logging.info("Releasing {} in slot {}".format(self.dev_id, self.idev))
# If device is still connected, call end
dev_id = zynautoconnect.get_midi_device_name(self.idev)
if dev_id and dev_id == self.dev_id:
self.end()
# Restore routing
lib_zyncore.zmip_set_route_extdev(self.idev - 1, 1)
zynautoconnect.midi_autoconnect(True)
self.idev = 0
# Refresh device status (LED feedback, etc)
# It *SHOULD* be implemented by child class
def refresh(self, force=False):
logging.debug("Refresh LEDs for {}: NOT IMPLEMENTED!".format(self.dev_id))
# Device MIDI event handler
# It *SHOULD* be implemented by child class
def midi_event(self, ev):
logging.debug("MIDI EVENT FROM '{}'".format(self.dev_id))
# Light-Off LEDs
# It *SHOULD* be implemented by child class
def light_off(self):
logging.debug("Lighting Off LEDs for {}: NOT IMPLEMENTED!".format(self.dev_id))
# Sleep On
# It *COULD* be improved by child class
def sleep_on(self):
self.light_off()
# Sleep On
# It *COULD* be improved by child class
def sleep_off(self):
self.refresh(True)
Quite simple, right? This is for basic “generic” drivers. Zynpad enabled drivers inherit from this base class:
# ------------------------------------------------------------------------------------------------------------------ # Zynpad control device base class # ------------------------------------------------------------------------------------------------------------------ class zynthian_ctrldev_zynpad(zynthian_ctrldev_base): dev_zynpad = True # Can act as a zynpad trigger device def __init__(self): super().__init__() self.zynpad = self.zyngui.screens["zynpad"] def refresh(self, force=False): # When zynpad is shown, this is done by refresh_status, so no need to refresh twice if force or not self.zynpad.shown: self.refresh_pads(force) self.refresh_zynpad_bank() if force: self.refresh_zynpad_bank() # It *SHOULD* be implemented by child class def refresh_zynpad_bank(self): pass def refresh_pads(self, force=False): if force: self.light_off() for pad in range(self.zyngui.zynseq.col_in_bank ** 2): # It MUST be called for cleaning the dirty bit changed_state = self.zyngui.zynseq.libseq.hasSequenceChanged(self.zynpad.bank, pad) if changed_state or force: mode = self.zyngui.zynseq.libseq.getPlayMode(self.zynpad.bank, pad) state = self.zynpad.get_pad_state(pad) self.update_pad(pad, state, mode) def refresh_pad(self, pad, force=False): # It MUST be called for cleaning the dirty bit!! changed_state = self.zyngui.zynseq.libseq.hasSequenceChanged(self.zynpad.bank, pad) if changed_state or force: mode = self.zyngui.zynseq.libseq.getPlayMode(self.zynpad.bank, pad) state = self.zynpad.get_pad_state(pad) self.update_pad(pad, state, mode) # It *SHOULD* be implemented by child class def update_pad(self, pad, state, mode): pass #------------------------------------------------------------------------------
If you kind-of-understand this, you shouldn’t have problem to understand the driver examples and program your own drivers. Simply copy your driver file in the the zyngui/ctrldev folder and restart zynthian-ui. Refer to this thread for more information NEW: Control-device manager + controller device “drivers”

