MIDI: How to map single channel to multiple

Hi, is there any way to map midi messages from a single input channel to multiple channels?

I think in this one the last statements overwrite the previous ones, or am I wrong?
MAP CH#0 NON#0:127=> CH#0 NON#0:127
MAP CH#0 NOFF#0:127 => CH#0 NOFF#0:127
MAP CH#0 NON#0:127=> CH#1 NON#0:127
MAP CH#0 NOFF#0:127 => CH#1 NOFF#0:127

Idea is to copy CH0 Note On/Off to CH0+1.

Thanks for any advice :slight_smile:

1 Like

You should use the β€œclone” feature, from the layer options.

Is that in the midi mapper as well? Thanks much :slight_smile:

Seems that midi channel map in midi layers option does the job. Thanks!