|
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 |
#include "pluginterfaces/base/funknown.h"#include "pluginterfaces/vst/vsttypes.h"#include "pluginterfaces/base/falignpush.h"#include "pluginterfaces/base/falignpop.h"Go to the source code of this file.
Classes | |
| struct | Steinberg::Vst::RepresentationInfo |
| RepresentationInfo is the structure describing a representation This structure is used in the function. More... | |
| class | Steinberg::Vst::IXmlRepresentationController |
| Extended plug-in interface IEditController for a component: Vst::IXmlRepresentationController. More... | |
Namespaces | |
| namespace | Steinberg::Vst |
| All VST specific interfaces are located in Vst namespace. | |
| namespace | Steinberg::Vst::LayerType |
| Layer Types used in a VST XML Representation. | |
| namespace | Steinberg::Vst::CurveType |
| Curve Types used in a VST XML Representation. | |
| namespace | Steinberg::Vst::Attributes |
| Attributes used to defined a Layer in a VST XML Representation. | |
| namespace | Steinberg::Vst::AttributesFunction |
| Attributes Function used to defined the function of a Layer in a VST XML Representation. | |
| namespace | Steinberg::Vst::AttributesStyle |
| Attributes Style associated a specific Layer Type in a VST XML Representation. | |
| namespace | Steinberg::Vst::AttributesFlags |
| Attributes Flags defining a Layer in a VST XML Representation. | |
| #define ATTR_CATEGORY |
Definition at line 219 of file ivstrepresentation.h.
| #define ATTR_CLASSID |
Definition at line 220 of file ivstrepresentation.h.
| #define ATTR_ENDPOINT |
Definition at line 221 of file ivstrepresentation.h.
| #define ATTR_FLAGS |
Definition at line 223 of file ivstrepresentation.h.
| #define ATTR_FUNCTION |
Definition at line 224 of file ivstrepresentation.h.
| #define ATTR_HOST |
Definition at line 225 of file ivstrepresentation.h.
| #define ATTR_INDEX |
Definition at line 222 of file ivstrepresentation.h.
| #define ATTR_LEDSTYLE |
Definition at line 226 of file ivstrepresentation.h.
| #define ATTR_LENGTH |
Definition at line 227 of file ivstrepresentation.h.
| #define ATTR_LINKEDTO |
Definition at line 228 of file ivstrepresentation.h.
| #define ATTR_NAME |
Definition at line 229 of file ivstrepresentation.h.
| #define ATTR_ORDER |
Definition at line 230 of file ivstrepresentation.h.
| #define ATTR_PAGE |
Definition at line 231 of file ivstrepresentation.h.
| #define ATTR_PARAMID |
Definition at line 232 of file ivstrepresentation.h.
| #define ATTR_STARTPOINT |
Definition at line 233 of file ivstrepresentation.h.
| #define ATTR_STYLE |
Definition at line 234 of file ivstrepresentation.h.
| #define ATTR_SWITCHSTYLE |
Definition at line 235 of file ivstrepresentation.h.
| #define ATTR_TEMPLATE |
Definition at line 236 of file ivstrepresentation.h.
| #define ATTR_TURNSPERFULLRANGE |
Definition at line 237 of file ivstrepresentation.h.
| #define ATTR_TYPE |
Definition at line 238 of file ivstrepresentation.h.
| #define ATTR_UNITID |
Definition at line 239 of file ivstrepresentation.h.
| #define ATTR_VARIABLES |
Definition at line 240 of file ivstrepresentation.h.
| #define ATTR_VENDOR |
Definition at line 241 of file ivstrepresentation.h.
| #define ATTR_VERSION |
Definition at line 242 of file ivstrepresentation.h.
| #define CELL_TAG |
Definition at line 199 of file ivstrepresentation.h.
| #define CELLGROUP_TAG |
Definition at line 200 of file ivstrepresentation.h.
| #define CELLGROUPTEMPLATE_TAG |
Definition at line 201 of file ivstrepresentation.h.
| #define COMMENT_TAG |
Definition at line 198 of file ivstrepresentation.h.
| #define CURVE_TAG |
Definition at line 202 of file ivstrepresentation.h.
| #define CURVETEMPLATE_TAG |
Definition at line 203 of file ivstrepresentation.h.
| #define DATE_TAG |
Definition at line 204 of file ivstrepresentation.h.
| #define GENERIC |
Defines some predefined Representation Remote Names.
Definition at line 246 of file ivstrepresentation.h.
| #define GENERIC_12_CELLS |
Definition at line 249 of file ivstrepresentation.h.
| #define GENERIC_24_CELLS |
Definition at line 250 of file ivstrepresentation.h.
| #define GENERIC_4_CELLS |
Definition at line 247 of file ivstrepresentation.h.
| #define GENERIC_8_CELLS |
Definition at line 248 of file ivstrepresentation.h.
| #define GENERIC_N_CELLS |
Definition at line 251 of file ivstrepresentation.h.
| #define LAYER_TAG |
Definition at line 205 of file ivstrepresentation.h.
| #define NAME_TAG |
Definition at line 206 of file ivstrepresentation.h.
| #define ORIGINATOR_TAG |
Definition at line 207 of file ivstrepresentation.h.
| #define PAGE_TAG |
Definition at line 208 of file ivstrepresentation.h.
| #define PAGETEMPLATE_TAG |
Definition at line 209 of file ivstrepresentation.h.
| #define PLUGIN_TAG |
Definition at line 210 of file ivstrepresentation.h.
| #define QUICK_CONTROL_8_CELLS |
Definition at line 252 of file ivstrepresentation.h.
| #define REPRESENTATION_TAG |
Definition at line 214 of file ivstrepresentation.h.
| #define ROOTXML_TAG |
Defines for XML representation Tags and Attributes.
Definition at line 196 of file ivstrepresentation.h.
| #define SEGMENT_TAG |
Definition at line 215 of file ivstrepresentation.h.
| #define SEGMENTLIST_TAG |
Definition at line 216 of file ivstrepresentation.h.
| #define TITLEDISPLAY_TAG |
Definition at line 217 of file ivstrepresentation.h.
| #define VALUE_TAG |
Definition at line 211 of file ivstrepresentation.h.
| #define VALUEDISPLAY_TAG |
Definition at line 212 of file ivstrepresentation.h.
| #define VALUELIST_TAG |
Definition at line 213 of file ivstrepresentation.h.