Let’s say, I want to send some specific incoming midi data (CC#127) to an external midi channel (a virtual one, that goes to another program), but not to the midi data recorded on the track!
I tried it like this:
- activate a midi send without a midi plugin and set it to the desired side chain port/ channel. That part works. All CC 127 sent to that specific track is being sent to the virtual midi port, however, also being recorded to the track.
- Set a midi transformer on the midi insert of that track, that filters (delete) all incoming CC#127. To prevent the filtering of the CC on the midi send, I set the midi send to ‘pre’.
As I understand the midi data flow in Cubase, this should work, but unfortunately, I don’t get the CC127 data via the virtual side chain channel, as long as the transformer on the insert is active. Changing the send to or doesn’t seem to change this. Is that a misunderstanding on my side or should it work?