Audacity 3.2.0
Public Member Functions | Private Attributes | List of all members
VSTTimer Class Referencefinal
Inheritance diagram for VSTTimer:
[legend]
Collaboration diagram for VSTTimer:
[legend]

Public Member Functions

 VSTTimer (VSTEditor *pEditor)
 
 ~VSTTimer ()
 
void Notify ()
 

Private Attributes

VSTEditormpEditor
 

Detailed Description

Wrapper for wxTimer that calls a VST effect at regular intervals.

Todo:
should there be tests for no timer available?

Definition at line 52 of file VSTEditor.cpp.

Constructor & Destructor Documentation

◆ VSTTimer()

VSTTimer::VSTTimer ( VSTEditor pEditor)
inline

Definition at line 55 of file VSTEditor.cpp.

56 : wxTimer(),
57 mpEditor(pEditor)
58 {
59 }
VSTEditor * mpEditor
Definition: VSTEditor.cpp:71

◆ ~VSTTimer()

VSTTimer::~VSTTimer ( )
inline

Definition at line 61 of file VSTEditor.cpp.

62 {
63 }

Member Function Documentation

◆ Notify()

void VSTTimer::Notify ( )
inline

Definition at line 65 of file VSTEditor.cpp.

66 {
68 }
void OnTimer()
Definition: VSTEditor.cpp:111

References mpEditor, and VSTEditor::OnTimer().

Here is the call graph for this function:

Member Data Documentation

◆ mpEditor

VSTEditor* VSTTimer::mpEditor
private

Definition at line 71 of file VSTEditor.cpp.

Referenced by Notify().


The documentation for this class was generated from the following file: