Midi Router and sending CCs?

I’ve checked out that CC will only be sended if the Router is set up to Channel->ALL,

so i can’t filter any MIDI Source-channels without disabling all CC messages (thats is a bit inconvenient)

It is possible to get the CCs for every SRC-Channel in Router too?

The handling of all incoming MIDI events is equal, but it sounds like your keyboard (or controller) sends CC over a different channel, is this correct? In this case you have to change the channel setup on your keyboard/controller

Best Regards, Thorsten.

ohh.. i send it by my own application as MIDI-IN Device.. at 176.

Only SRC->All or SRC->None works for routing CCs to another external device from SEQ (i use MBSEQv3.1 at time) in Router.

if i set up other SRC Channels, CC will be blocked.

sends CC over a different channel, is this correct?

How do you mean this? i thought i send it independent through 176.

Best Greets, Rio.

How do you mean this? i thought i send it independent through 176.

“176” is 0xB0, that´s Midi channel 1. So if your note information is on another channel, your answer to TKs question will be “yes” :slight_smile:

So if you change the channel of the notes to e.g. ch 5 and only route or filter stuff on ch 5, of course the CCs don´t get through because they are still on ch 1. If you want to send CCs on other channels: use (175 + channel number).

Seppoman

thx, i’ll check it out.