Add midichannel selector to midi/in/keyb object


#1

I'm trying to add a midi channel selecter through an inlet to a midi/in/keyb object and somehow it doesnt recognize the inlet. I have done the same with and output object and it was no problem. why is this not working?

midichannel select.axp (3.0 KB)


#2

I don't think you can reference inlets in the midi section... I have an 'int channel' in the local data, then have 'channel= inlet channel' in the krate section, then reference that int in the midi section. Hope that makes sense!


#3

Ah thank you, it is compiling, so lets test if your suggestion works!

EDIT: I thought it's working but somehow when I select 0 = midichannel 1 there is nothing coming and when selecting 1 = (Should be midichannel 2) I get both midi notes form channel 1 and 2. very weird

EDIT: MY stupidity was sending midi from ableton and bitwig at the same time, it is working :raised_hands: