version 2003
PA_SetLongParameter (params; index; value)
| Parameter | Type | Description | |
| params | PA_PluginParameters | Parameters received in PluginMain | |
| index | short | Index of the parameter in params | |
| value | long | New value |
Description
The routine PA_SetLongParameter sets the value of the index parameter in params to value.
See Create a new plug-in for a description of parameter accessors.
NOTE:
The first parameter starts at index 1
See Also
Error Handling
None.