Audacity
3.2.0
src
effects
VST
VSTControlMSW.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
VSTControlMSW.h
6
7
Leland Lucius
8
9
**********************************************************************/
10
11
#ifndef AUDACITY_VSTCONTROLMSW_H
12
#define AUDACITY_VSTCONTROLMSW_H
13
14
#include <Windows.h>
15
16
#include "
VSTControl.h
"
17
18
class
VSTControl
final :
public
VSTControlBase
19
{
20
public
:
21
VSTControl
();
22
~VSTControl
();
23
24
bool
Create
(wxWindow *parent,
VSTLink
*link);
25
26
private
:
27
HANDLE
mHwnd
;
28
};
29
30
#endif
VSTControl.h
VSTControlBase
Definition:
VSTControl.h:19
VSTControl
Definition:
VSTControlGTK.h:18
VSTControl::Create
bool Create(wxWindow *parent, VSTLink *link)
VSTControl::~VSTControl
~VSTControl()
VSTControl::VSTControl
VSTControl()
VSTControl::mHwnd
HANDLE mHwnd
Definition:
VSTControlMSW.h:27
VSTLink
Definition:
VSTWrapper.h:64
Generated by
1.9.3