21 #include <pluginterfaces/base/ftypes.h> 22 #include <pluginterfaces/vst/vsttypes.h> 26 using namespace Steinberg::Vst;
constexpr TagID UNDEFINED_TAG_ID
Constant used to test whether the TagID represents a valid id or an undefined one.
Definition: Types.h:61
ParamID TagID
Defining a type for tags.
Definition: Types.h:57
std::basic_string< Steinberg::char16 > VstString16
Strings made of char16 characters are represented by the native C++11 type std::basic_string<Steinber...
Definition: Types.h:43
constexpr ParamID UNDEFINED_PARAM_ID
Constant used throughout the code to test whether the ParamID represents a valid id or an undefined o...
Definition: Types.h:47