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