This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
tags/2021-05-28
jules
18 years ago
parent
afc0d645dc
commit
dbedce6112
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp
+ 1
- 1
extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp
View File
@@ -459,7 +459,7 @@ public:
VstInt32 getVendorVersion()
VstInt32 getVendorVersion()
{
{
return
1000
;
return
JucePlugin_VersionCode
;
}
}
VstPlugCategory getPlugCategory()
VstPlugCategory getPlugCategory()
Write
Preview
Loading…
Cancel
Save