Closed TatriX closed 3 years ago
BTW, why get-alsa-midi-auto-cc-mapping
uses c-NN
and not cc-NN
?
Hmm, both good points! I went ahead and changed the :c-
keys to be :cc-
instead as one would expect. I also implemented the :set
event type for the alsa-midi backend (doesn't work for other backends yet tho).
With these changes you'll also want to use :backend :alsa-midi
instead of :type :midi
and use :type :set
for your :kick-lfo
pattern. I tested and they seem to be working, but let me know if you have any issues.
Hi again!
Consider the following example:
I'm trying to control CC parameter with an independent pattern, because I want it to run faster then notes themselves. But it seems that right now pattern always sends note-on events.