MIDI THRU to different channels


#1

Some I found in the forum, but not that I´m looking for.
I have a MIDI-Keybord connected to Midi DIN Axoloti (sending ch1).

On MIDI Out DIN (Axo) is connected KORG Electribe2.
So it should be possible to send the notes THRU to Electribe Midi Ch 1 AND Ch2 in the same Moment for more comlexe sounds.

The thru-Script, I found in the forum is not about Midi Channels.
It was only possible for me to adapt Din to Din.


#2

if you want to alter the midi data, then generally id suggest you write a simple patch e.g.

midi/in/keyd -> midi/out/note

midi/out/note allows you to specify not only device, but also midi channel
(and you can have multiple midi/out/note if you want to go to different channels)

this should all be done in a polyphonic sub-patch (assuming you want it polyphonic) , and if necessary select 'has midi selector' , if you want to filter the incoming midi by channel or device

the other (slightly more complex) option is to copy/edit the midi thru script and adapt to you needs...
its a 'trivial' modification, but requires that you are a little confident with C/C++,
if not then Id suggest sticking to the patching route described above

(the advantage of using thru scripts, is they process the midi directly, so don't need voices, or potentially alter things due to legato styles etc. ... but for many purposes the patching route is fine, and opens up a lot of creative possibilities)


#3

Hi Mark,
thank you for yur help.
I only was trying to connect Midi In to different Midi Out (3 Channels) in the main patch
But with no success.

I will try to follow your proposal to do it in a sub-patch.
Hopefully today....
:grinning:


#4

Hi Mark,
unfortunately it does not work.
Here is my subpatch.
Have you a solution?

patcher_3.axp (1.7 KB)


#5

now it works...
I forgot the connections velocity & gate
Thanks for helping me!
patcher_3.axp (2.0 KB)
:grinning: