Hi, as I’m into LFO’s for the moment I make more use of parameterMap.modulate than before.
This works rather well, provides nice visual feedback and takes care of a lot of scaling in values.
However I can’t seem to profit from this when the parameter to control is a virtual one.
The visual feedback is there, that’s okay. But of course I also need to trigger the transmission of any messages to be sent. With virtual controls I tend to do this via parameterMap.onChange, but this callback isn’t triggered by a modulation.
A callback like parameterMap.onModulate would do the trick, but that one doesn’t exist.
Anyone already made some solution for this?