JUCE-7.0.12-0-g4f43011b96
JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation
Loading...
Searching...
No Matches
juce_audio_processors
format_types
VST3_SDK
pluginterfaces
base
coreiids.cpp
Go to the documentation of this file.
1
//-----------------------------------------------------------------------------
2
// Project : SDK Core
3
//
4
// Category : SDK Core Interface IID definitions
5
// Filename : pluginterfaces/base/coreiids.cpp
6
// Created by : Steinberg, 01/2004
7
// Description : Basic Interface
8
//
9
//------------------------------------------------------------------------
10
// This file is part of a Steinberg SDK. It is subject to the license terms
11
// in the LICENSE file found in the top-level directory of this distribution.
12
// No part of the SDK, including this file, may be copied, modified, propagated,
13
// or distributed except according to the terms contained in the LICENSE file.
14
//------------------------------------------------------------------------
15
16
#include "
pluginterfaces/base/funknown.h
"
17
#include "
pluginterfaces/base/ibstream.h
"
18
#include "
pluginterfaces/base/icloneable.h
"
19
#include "
pluginterfaces/base/ipluginbase.h
"
20
#include "
pluginterfaces/base/iupdatehandler.h
"
21
22
//------------------------------------------------------------------------
23
namespace
Steinberg {
24
DEF_CLASS_IID (IPluginBase)
25
DEF_CLASS_IID (IPluginFactory)
26
DEF_CLASS_IID (IPluginFactory2)
27
DEF_CLASS_IID (IPluginFactory3)
28
29
DEF_CLASS_IID (FUnknown)
30
31
DEF_CLASS_IID (ICloneable)
32
33
DEF_CLASS_IID (IDependent)
34
DEF_CLASS_IID (IUpdateHandler)
35
36
DEF_CLASS_IID (IBStream)
37
DEF_CLASS_IID (ISizeableStream)
38
39
//------------------------------------------------------------------------
40
}
// Steinberg
funknown.h
ibstream.h
icloneable.h
ipluginbase.h
iupdatehandler.h
« « « Anklang Documentation