Assign Hi/LoKey knobs in the choke group processor
-
Hey everyone, this is a new module right? Or at least I've totally ignored it until now! I think it does exactly what I want, if it's not what's designed to do....I want to allow the user to select a keyrange for different samplers - ideally using a knob or slider (as in the module one lo key on hi).
It works beautifully, except I can't seem to find how to assign the knobs in my gui to this function, I've tried doing it with a callback and calling 0 & 1 as suggested in the module browser but that also doesn't work OR is there a better way of doing this that I'm not seeing?
Thanks as always!
-
Choke group is for cymbal choke in percussion libraries. What you want is a simple note range filter.
I happen to have made one which you can use - https://codeberg.org/LibreWave/RhapsodyBoilerplate/src/branch/main/modules/NoteRangeFilter.js
-
@d-healey Thanks very much! That's exactly what I was after!