Parsing midi.channel problem

Hi, would be wonderful if anybody can help me, I am trying to split the 6 MIDI channels that arrive via USB from an Elektron Model Samples. I put the first MIDI object, which receives and sends to a switch, which selects when the second value of the input array (note, velocity) is greater than zero, then it passes forward to another switch, where I have the problem. It is set in msg, where I wrote midi.channel, and under the variable == 1. Too bad it also passes me the MIDI of the other channels. So how may I correct? After the first switch that pass a midi on like msg, I was thinking to use 6 switches that separate the six channels. I founded the path midi.channel setting debug to complete msg, then I used it in the switch.But don't work as expected

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.