Qmidinet routing between 2 zynthians

Hi @albyconcalma ,
let me point you in the right direction. You’ll probably handle the connection between the two Zynthians with QMidiNet, but I would actually use a simpler solution: a USB–DIN MIDI converter.

More important is that two MIDI LV2 plugins were created which allow you to route MIDI signals out of Zynthian:
you enable them from the zynconfig web interface under ENGINE → MIDI tools, and they are:

CC Send (created by @riban)
MIDI Control External (created by @jofemodo)

During the testing phase, riban summed up their behaviour here:

For your use case, CC Send will probably be the better fit with ZS3 - Zynthian Sub-SnapShot.

Once you enable them, you can insert them into a chain in Zynthian via Add MIDI chain, then select category 5 – Other. Don’t forget to set MIDI Out in the Chain Options.

In general, any LV2 MIDI plugin should have its output routable to a chosen MIDI device, so you can (at least in theory) also use other plugins than the ones I pointed out.

EDIT: There is also an LV2 MIDI plugin called MIDI Thru – try whether the signal passes through it to the output you’ve selected.

1 Like