20 #include <base/source/fobject.h> 21 #include <pluginterfaces/vst/vsttypes.h> 30 using namespace Steinberg::Vst;
31 using namespace Steinberg;
46 void close()
override;
49 void onTargetChange()
override;
ParamID fParamID
Definition: GUIParamCx.h:56
Wrapper class which maintains a connection between the target and this object.
Definition: FObjectCx.h:35
Wrapper class which maintains the connection between a parameter and its listener.
Definition: GUIParamCx.h:37
Parameters::IChangeListener * fChangeListener
Definition: GUIParamCx.h:57
Interface to implement to receive parameter changes.
Definition: Parameters.h:43