VST 3 Examples VST 3.8
SDK for developing VST plug-in
Loading...
Searching...
No Matches
hostchecker_aax.cpp File Reference

Functions

AAX_Effect_Desc * AAXWrapper_GetDescription ()
 

Variables

AAX_MIDI_Desc effMIDI []
 
AAX_Plugin_Desc effPlugins []
 
AAX_Effect_Desc effDesc
 
int * forceLinkAAXWrapper = &AAXWrapper_linkAnchor
 

Function Documentation

◆ AAXWrapper_GetDescription()

AAX_Effect_Desc * AAXWrapper_GetDescription ( )

Variable Documentation

◆ effMIDI

AAX_MIDI_Desc effMIDI[]
Initial value:
=
{
{ "HostChecker MIDI", 0xffff },
{ nullptr }
}

◆ effPlugins

AAX_Plugin_Desc effPlugins[]
Initial value:
= {
{"com.steinberg.hostchecker.mono",
"HostChecker",
CCONST ('H', 'C', 'h', '1'),
CCONST ('H', 'C', 'H', '1'),
1,
1,
1,
nullptr,
nullptr,
0
},
{"com.steinberg.hostchecker.stereo",
"HostChecker",
CCONST ('H', 'C', 'h', '2'),
CCONST ('H', 'C', 'H', '2'),
2,
2,
2,
nullptr,
nullptr,
0
},
{nullptr}
}
AAX_MIDI_Desc effMIDI[]
Definition againaax.cpp:35
#define CCONST(a, b, c, d)

◆ effDesc

AAX_Effect_Desc effDesc
Initial value:
= {
"Steinberg",
"HostChecker",
CCONST ('S', 'M', 'T', 'G'),
CCONST ('H', 'C', 'H', 'E'),
{0},
1,
nullptr,
}
AAX_Plugin_Desc effPlugins[]
Definition againaax.cpp:53
#define PlugVST3Category
Definition cids.h:47

◆ forceLinkAAXWrapper

int* forceLinkAAXWrapper = &AAXWrapper_linkAnchor
Empty

Copyright © Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.