Audacity 3.2.0
|
#include <VSTWrapper.h>
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 () |
Definition at line 91 of file VSTWrapper.h.
|
virtual |
Reimplemented in VSTInstance, and VSTEditor.
Definition at line 1841 of file VSTWrapper.cpp.
Referenced by VSTWrapper::AudioMaster(), and VSTInstance::Automate().
|
virtual |
|
virtual |
Reimplemented in VSTEditor.
Definition at line 619 of file VSTWrapper.cpp.
Referenced by VSTWrapper::AudioMaster().
|
virtual |
Reimplemented in VSTInstance, and VSTEditor.
Definition at line 623 of file VSTWrapper.cpp.
Referenced by VSTWrapper::AudioMaster(), and VSTInstance::NeedIdle().
|
virtual |
Reimplemented in VSTInstance, and VSTEditor.
Definition at line 643 of file VSTWrapper.cpp.
Referenced by VSTWrapper::AudioMaster(), and VSTInstance::SizeWindow().