|
![]() |
![]() |
version 2003
PA_GetVariableParameter (params; index) → PA_Variable
Parameter | Type | Description | |
params | PA_PluginParameter | → | Parameters received in PluginMain |
index | short | → | Index of the parameter in params |
Function result | PA_Variable | ← | Value (of type PA_Variable) of the index parameter |
Description
The routine
PA_GetVariableParameter
returns the
PA_Variable
that is pointed to by the
index
parameter in
params
.
Refer to
PA_Variable
and
PA_Array
to see how those structures are declared.
See
Create a new plugin
for a description of parameter accessors.
NOTE
: The first parameter starts at
index
1