Called when a parameter value start being changed due to an UI element
Called when a parameter value stops being changed
Called when a parameter value was changed You'll probably want to call setDirtyWhole() or setDirty() in it to make the graphics respond to host changing a parameter.
Parameter listeners are called whenever a parameter is changed from the host POV. Intended making GUI controls call setDirty() and move with automation.