IParameterListener.onParameterChanged

Called when a parameter value was changed, from an UI control or through the host (automation). You'll probably want to call setDirtyWhole() or setDirty() in it to make the graphics respond to host changing a parameter. Note that this WILL be called from the audio thread.

interface IParameterListener
nothrow @nogc
void
onParameterChanged

Meta