1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-09-11 08:43:04 +00:00
parent 49d8f959e4
commit 0b354d9196

View file

@ -88,6 +88,14 @@
#include "source/common/AudioEffect.cpp"
typedef long VstInt32;
typedef long VstIntPtr;
enum Vst2StringConstants
{
kVstMaxNameLen = 64,
kVstMaxLabelLen = 64,
kVstMaxShortLabelLen = 8,
kVstMaxCategLabelLen = 24,
kVstMaxFileNameLen = 100
};
#endif
//==============================================================================