JUCE  v5.3.1-155-g0b973fd92
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
VstPinInfo Struct Reference

Structure used for VSTs. More...

#include <juce_VSTInterface.h>

Collaboration diagram for VstPinInfo:

Public Attributes

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

Detailed Description

Structure used for VSTs.

{Audio}

Member Data Documentation

◆ configurationType

int32 VstPinInfo::configurationType

◆ flags

int32 VstPinInfo::flags

◆ shortText

char VstPinInfo::shortText[vstMaxParameterOrPinShortLabelLength]

◆ text

char VstPinInfo::text[vstMaxParameterOrPinLabelLength]

◆ unused

char VstPinInfo::unused[48]

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