MIDI CC to MIDI NOTE with Scale
So, I think that must be already created i wanted to know if somebody knows.....
I'm trying to make the midi CC that come from my keyboard make Midi notes, ok that is easy.
But I want that it be filtrad to some scale that I can select in one kslider, I already can make the Kslider output a list of the selected notes in it, now it has to filter the 0 - 127 numbers that come from the slider/knob.
I will put the patch with the kslider outputting the list with notes pressed in it. If anyone have some ideia in how can I filter 0 - 127 with that list I really thx!
You have to explain better what You need.
Filtering a value would mean removing it - have a look at zl filter.
And what do You want to do with CC input stream ?
Fire up the notes in the kslider list only if they get matched with CC input ?
or something else ? like scale 0 - 127 to selected notes ?
That would mean if You have 4 notes in the list, than split
CC 0 - 127 into 4 ranges (maybe leave 0 as all notes off) and then
CC range 1 would play the first note in the list .... CC range 2 the 2nd and so on ???
Or maybe fire all notes in the list as chord with CC 0 - 127 as Velocity ?
Or make a coffee break when CC is exactly at 36 ?