mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3: Fixed compatibility with the 3.6.13 SDK
This commit is contained in:
parent
fa577fc4ef
commit
dc00dde492
1 changed files with 7 additions and 5 deletions
|
|
@ -148,15 +148,17 @@
|
|||
namespace Steinberg
|
||||
{
|
||||
/** Missing IIDs */
|
||||
#if VST_VERSION < 0x03060d // 3.6.13
|
||||
DEF_CLASS_IID (IPluginBase)
|
||||
DEF_CLASS_IID (IPlugView)
|
||||
DEF_CLASS_IID (IPlugFrame)
|
||||
#if VST_VERSION < 0x030608
|
||||
DEF_CLASS_IID (IBStream)
|
||||
#endif
|
||||
DEF_CLASS_IID (IPluginFactory)
|
||||
DEF_CLASS_IID (IPluginFactory2)
|
||||
DEF_CLASS_IID (IPluginFactory3)
|
||||
#if VST_VERSION < 0x030608
|
||||
DEF_CLASS_IID (IBStream)
|
||||
#endif
|
||||
#endif
|
||||
DEF_CLASS_IID (IPlugView)
|
||||
DEF_CLASS_IID (IPlugFrame)
|
||||
DEF_CLASS_IID (IPlugViewContentScaleSupport)
|
||||
}
|
||||
#endif //JUCE_VST3HEADERS_INCLUDE_HEADERS_ONLY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue