Possible to assign CC to fields like these?


#1

Hi, I'm loving the TESeq object and would really like to assign my MIDI controller to the length and hits parameters, see screenshot: https://imgur.com/YLIE86g

This doesn't seem to be possible? :frowning: Is there a workaround?


#2

You could try modding the object as described in this thread.

Press the little arrow on the TESeq object, choose 'embed as patch/object' and take a look at what's going on. Then add inlets of the same type as the parameters you want to modulate (int32 in this case) and change every param_[...] in the k-rate code to inlet_[...], then connect to a "midi/in/cc" object or similar. I can't try out at the moment but it looks like it might just work.


#3

YES! Thanks! Very good to know for later patching as well! :slight_smile: