PA_SetDoubleParameter


version 2003


PA_SetDoubleParameter (params; index; value)

Parameter Type Description
params PA_PluginParameters Parameters received in PluginMain
index short Index of the parameter in params
value double New value

Description

The routine PA_SetDoubleParameter 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

Create a new plugin .

Error Handling

None.