|
![]() |
![]() |
version 2003
PA_SetDoubleParameter (params; index; value)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
index | short | → | Index of the parameter in params |
value | double | → | New value |
Description
The routine
PA_SetDoubleParameter
sets the value of the
index
parameter in
params
to
value
.
See
Create a new plug-in
for a description of parameter accessors.
NOTE
: