From 0b354d91962052a4af104e050e38090f29c35883 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 11 Sep 2007 08:43:04 +0000 Subject: [PATCH] --- .../audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp b/extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp index 4070a5fc9d..751c8cb4fe 100644 --- a/extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp +++ b/extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp @@ -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 //==============================================================================