This class acts as a facade/proxy to the vst parameters managed by the host daw.
More...
#include <VstParameters.h>
This class acts as a facade/proxy to the vst parameters managed by the host daw.
◆ VstParameters()
| VstParameters |
( |
EditController *const | iParametersOwner | ) |
|
|
inlineexplicit |
◆ beginEdit()
| tresult beginEdit |
( |
ParamID | iParamID | ) |
const |
|
inline |
◆ connect() [1/2]
- Returns
- a connection that will listen to parameter changes (see FObjectCx)
◆ connect() [2/2]
- Returns
- a connection that will listen to parameter changes (see FObjectCx)
◆ endEdit()
| tresult endEdit |
( |
ParamID | iParamID | ) |
const |
|
inline |
◆ exists()
| bool exists |
( |
ParamID | iParamID | ) |
const |
|
inline |
◆ getParameterInfo()
| Vst::ParameterInfo const * getParameterInfo |
( |
ParamID | iParamID | ) |
const |
|
inline |
- Returns
- the parameter info describing the parameter
◆ getParameterObject()
| Vst::Parameter * getParameterObject |
( |
ParamID | iParamID | ) |
const |
|
inline |
◆ getParamNormalized()
| ParamValue getParamNormalized |
( |
ParamID | iParamID | ) |
const |
|
inline |
◆ performEdit()
| tresult performEdit |
( |
ParamID | iParamID, |
|
|
ParamValue | iValue ) const |
|
inline |
◆ setParamNormalized()
| tresult setParamNormalized |
( |
ParamID | iParamID, |
|
|
ParamValue | iValue ) const |
|
inline |
◆ fParametersOwner
| EditController* const fParametersOwner |
|
private |
The documentation for this class was generated from the following file: