public static interface Virtualizer.OnParameterChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onParameterChange(Virtualizer effect,
int status,
int param,
short value)
Method called when a parameter value has changed.
|
void onParameterChange(Virtualizer effect, int status, int param, short value)
effect
- the Virtualizer on which the interface is registered.status
- status of the set parameter operation.param
- ID of the modified parameter. See Virtualizer.PARAM_STRENGTH
...value
- the new parameter value.