Browse Source

tags/2021-05-28
jules 18 years ago
parent
commit
0b354d9196
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp

+ 8
- 0
extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp 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
//==============================================================================


Loading…
Cancel
Save