|
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 |
Version 2 of Basic Information about a class provided by the plug-in. More...
#include "ipluginbase.h"
Public Types | |
| enum | { kVendorSize , kVersionSize , kSubCategoriesSize } |
Public Member Functions | |
| PClassInfo2 (const TUID _cid, int32 _cardinality, const char8 *_category, const char8 *_name, int32 _classFlags, const char8 *_subCategories, const char8 *_vendor, const char8 *_version, const char8 *_sdkVersion) | |
Public Attributes | |
| TUID | cid |
| Class ID 16 Byte class GUID. | |
| int32 | cardinality |
| Cardinality of the class, set to kManyInstances (see PClassInfo::ClassCardinality) | |
| char8 | category [PClassInfo::kCategorySize] |
| Class category, host uses this to categorize interfaces. | |
| char8 | name [PClassInfo::kNameSize] |
| Class name, visible to the user. | |
| uint32 | classFlags |
| flags used for a specific category, must be defined where category is defined | |
| char8 | subCategories [kSubCategoriesSize] |
| module specific subcategories, can be more than one, logically added by the OR operator | |
| char8 | vendor [kVendorSize] |
| overwrite vendor information from factory info | |
| char8 | version [kVersionSize] |
| Version string (e.g. | |
| char8 | sdkVersion [kVersionSize] |
| SDK version used to build this class (e.g. | |
Version 2 of Basic Information about a class provided by the plug-in.
Definition at line 221 of file ipluginbase.h.
| anonymous enum |
Definition at line 236 of file ipluginbase.h.
| Steinberg::PClassInfo2::PClassInfo2 | ( | const TUID | _cid, |
| int32 | _cardinality, | ||
| const char8 * | _category, | ||
| const char8 * | _name, | ||
| int32 | _classFlags, | ||
| const char8 * | _subCategories, | ||
| const char8 * | _vendor, | ||
| const char8 * | _version, | ||
| const char8 * | _sdkVersion | ||
| ) |
Definition at line 258 of file ipluginbase.h.
| Steinberg::PClassInfo2::PClassInfo2 | ( | ) |
Definition at line 309 of file ipluginbase.h.
| int32 Steinberg::PClassInfo2::cardinality |
Cardinality of the class, set to kManyInstances (see PClassInfo::ClassCardinality)
Definition at line 228 of file ipluginbase.h.
| char8 Steinberg::PClassInfo2::category[PClassInfo::kCategorySize] |
Class category, host uses this to categorize interfaces.
Definition at line 231 of file ipluginbase.h.
| TUID Steinberg::PClassInfo2::cid |
Class ID 16 Byte class GUID.
Definition at line 225 of file ipluginbase.h.
| uint32 Steinberg::PClassInfo2::classFlags |
flags used for a specific category, must be defined where category is defined
Definition at line 243 of file ipluginbase.h.
| char8 Steinberg::PClassInfo2::name[PClassInfo::kNameSize] |
Class name, visible to the user.
Definition at line 234 of file ipluginbase.h.
| char8 Steinberg::PClassInfo2::sdkVersion[kVersionSize] |
| char8 Steinberg::PClassInfo2::subCategories[kSubCategoriesSize] |
module specific subcategories, can be more than one, logically added by the OR operator
Definition at line 246 of file ipluginbase.h.
| char8 Steinberg::PClassInfo2::vendor[kVendorSize] |
overwrite vendor information from factory info
Definition at line 249 of file ipluginbase.h.
| char8 Steinberg::PClassInfo2::version[kVersionSize] |
Version string (e.g.
"1.0.0.512" with Major.Minor.Subversion.Build)
Definition at line 252 of file ipluginbase.h.