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