|
|
|
|
version 2003
PA_GetShortParameter (params; index) → short
| Parameter | Type | Description | |
| params | PA_PluginParameters | → | Parameters received in PluginMain |
| index | short | → | Index of the parameter in params |
| Function result | short | ← | Value of the index parameter |
Description
The routine
PA_GetShortParameter
returns the value of type short of the
index
parameter in
params
.
See
Create a new plugin
for a description of parameter accessors.
NOTE
: The first parameter starts at
index
1.