VstPinProperties

Pin Properties used in #effGetInputProperties and #effGetOutputProperties.

struct VstPinProperties {
char[kVstMaxLabelLen] label;
VstInt32 flags;
VstInt32 arrangementType;
char[kVstMaxShortLabelLen] shortLabel;
char[48] future;
}

Meta