Audacity 3.2.0
Public Member Functions | List of all members
VSTEffectUIWrapper Struct Reference

#include <VSTEffect.h>

Inheritance diagram for VSTEffectUIWrapper:
[legend]

Public Member Functions

virtual void NeedIdle ()
 
virtual void SizeWindow (int w, int h)
 
virtual void Automate (int index, float value)
 
virtual void Flush ()
 

Detailed Description

Definition at line 103 of file VSTEffect.h.

Member Function Documentation

◆ Automate()

void VSTEffectUIWrapper::Automate ( int  index,
float  value 
)
virtual

Reimplemented in VSTEffectInstance, and VSTEffectEditor.

Definition at line 3980 of file VSTEffect.cpp.

3981{
3982}

Referenced by VSTEffectWrapper::AudioMaster(), and VSTEffectInstance::Automate().

Here is the caller graph for this function:

◆ Flush()

void VSTEffectUIWrapper::Flush ( )
virtual

Reimplemented in VSTEffectEditor.

Definition at line 2201 of file VSTEffect.cpp.

2202{}

◆ NeedIdle()

void VSTEffectUIWrapper::NeedIdle ( )
virtual

Reimplemented in VSTEffectInstance, and VSTEffectEditor.

Definition at line 2234 of file VSTEffect.cpp.

2235{
2236}

Referenced by VSTEffectWrapper::AudioMaster(), and VSTEffectInstance::NeedIdle().

Here is the caller graph for this function:

◆ SizeWindow()

void VSTEffectUIWrapper::SizeWindow ( int  w,
int  h 
)
virtual

Reimplemented in VSTEffectInstance, and VSTEffectEditor.

Definition at line 2312 of file VSTEffect.cpp.

2313{
2314}

Referenced by VSTEffectWrapper::AudioMaster(), and VSTEffectInstance::SizeWindow().

Here is the caller graph for this function:

The documentation for this struct was generated from the following files: