JUCE
v5.3.1-155-g0b973fd92
JUCE API
|
Looking for a senior C++ dev?
I'm looking for work. Hire me! |
Structure used for VSTs. More...
#include <juce_VSTInterface.h>
Public Attributes | |
int32 | configurationType |
int32 | flags |
char | shortText [vstMaxParameterOrPinShortLabelLength] |
char | text [vstMaxParameterOrPinLabelLength] |
char | unused [48] |
Structure used for VSTs.
{Audio}
int32 VstPinInfo::configurationType |
int32 VstPinInfo::flags |
char VstPinInfo::shortText[vstMaxParameterOrPinShortLabelLength] |
char VstPinInfo::text[vstMaxParameterOrPinLabelLength] |
char VstPinInfo::unused[48] |