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

#include <VSTWrapper.h>

Inheritance diagram for VSTUIWrapper:
[legend]

Public Member Functions

virtual void Idle ()
 
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 91 of file VSTWrapper.h.

Member Function Documentation

◆ Automate()

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

Reimplemented in VSTInstance, and VSTEditor.

Definition at line 1841 of file VSTWrapper.cpp.

1842{
1843}

Referenced by VSTWrapper::AudioMaster(), and VSTInstance::Automate().

Here is the caller graph for this function:

◆ Flush()

void VSTUIWrapper::Flush ( )
virtual

Reimplemented in VSTEditor.

Definition at line 616 of file VSTWrapper.cpp.

617{}

◆ Idle()

void VSTUIWrapper::Idle ( )
virtual

Reimplemented in VSTEditor.

Definition at line 619 of file VSTWrapper.cpp.

620{
621}

Referenced by VSTWrapper::AudioMaster().

Here is the caller graph for this function:

◆ NeedIdle()

void VSTUIWrapper::NeedIdle ( )
virtual

Reimplemented in VSTInstance, and VSTEditor.

Definition at line 623 of file VSTWrapper.cpp.

624{
625}

Referenced by VSTWrapper::AudioMaster(), and VSTInstance::NeedIdle().

Here is the caller graph for this function:

◆ SizeWindow()

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

Reimplemented in VSTInstance, and VSTEditor.

Definition at line 643 of file VSTWrapper.cpp.

644{
645}

Referenced by VSTWrapper::AudioMaster(), and VSTInstance::SizeWindow().

Here is the caller graph for this function:

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