Delete7890

delete78901234567890

Hi,

Thanks for posting.

So what I’m hearing is that Ableton Live is sending on MIDI CH 2-16 (15 channels) and you want to change that so that it goes out MIDI Channels 2-7 instead (6 channels).

You would need to simply map the incoming channel numbers to the desired outgoing channels you want. You could do that a number of ways. How would you like them mapped.

The logic would look something like this

Note on any channel set channel to oo set note to pp set velocity to qq
Rules: (I’m making up the mapping.

if oo < 16 then rr=6
if oo < 14 then rr=5
if oo < 12 then rr=4
if oo < 10 then rr=3
if oo < 8 then rr=2
if oo < 6 then rr=1

Outgoing Note-On MIDI CH rr with note pp and velocity qq

Then you would do the same thing for note off. Notice that I start high and progressively lower the MIDI channel as you go through the logic so the outgoing channel will fire correctly. This saves a little bit of boolean logic.

Whatever you do for note on you will need to do for note-off so that you don’t end up with notes hung on.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz