mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
49d8f959e4
commit
0b354d9196
1 changed files with 8 additions and 0 deletions
|
|
@ -88,6 +88,14 @@
|
||||||
#include "source/common/AudioEffect.cpp"
|
#include "source/common/AudioEffect.cpp"
|
||||||
typedef long VstInt32;
|
typedef long VstInt32;
|
||||||
typedef long VstIntPtr;
|
typedef long VstIntPtr;
|
||||||
|
enum Vst2StringConstants
|
||||||
|
{
|
||||||
|
kVstMaxNameLen = 64,
|
||||||
|
kVstMaxLabelLen = 64,
|
||||||
|
kVstMaxShortLabelLen = 8,
|
||||||
|
kVstMaxCategLabelLen = 24,
|
||||||
|
kVstMaxFileNameLen = 100
|
||||||
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue