JUCE
Loading...
Searching...
No Matches
Vst2::VstPinInfo Struct Reference

Structure used for VSTs. More...

Public Attributes

char text [vstMaxParameterOrPinLabelLength]
int32 flags
int32 configurationType
char shortText [vstMaxParameterOrPinShortLabelLength]
char unused [48]

Detailed Description

Structure used for VSTs.

Member Data Documentation

◆ text

char Vst2::VstPinInfo::text[vstMaxParameterOrPinLabelLength]

◆ flags

int32 Vst2::VstPinInfo::flags

◆ configurationType

int32 Vst2::VstPinInfo::configurationType

◆ shortText

char Vst2::VstPinInfo::shortText[vstMaxParameterOrPinShortLabelLength]

◆ unused

char Vst2::VstPinInfo::unused[48]