VST 3 SDK VST 3.7
SDK for developing VST plug-in
|
Namespaces | |
namespace | Steinberg |
namespace | Steinberg::Vst |
namespace | Steinberg::Vst::StringConvert |
namespace | VST3 |
namespace | VST3::StringConvert |
Functions | |
std::u16string | convert (const std::string &utf8Str) |
Forward to Steinberg::StringConvert::convert (...) More... | |
std::string | convert (const std::u16string &str) |
Forward to Steinberg::StringConvert::convert (...) More... | |
std::string | convert (const char *str, uint32_t max) |
Forward to Steinberg::StringConvert::convert (...) More... | |
bool | convert (const std::string &utf8Str, Steinberg::Vst::String128 str) |
convert an UTF-8 string to an UTF-16 string buffer with max 127 characters More... | |
bool | convert (const std::string &utf8Str, Steinberg::Vst::TChar *str, uint32_t maxCharacters) |
convert an UTF-8 string to an UTF-16 string buffer More... | |
std::string | convert (const Steinberg::Vst::TChar *str) |
convert an UTF-16 string buffer to an UTF-8 string More... | |
const Steinberg::Vst::TChar * | toTChar (const std::u16string &str) |
template<typename NumberT > | |
std::u16string | toString (NumberT value) |
convert a number to an UTF-16 string More... | |
SMTG_DEPRECATED_MSG ("Use Steinberg::Vst::StringConvert::convert (...)") inline std | |
SMTG_DEPRECATED_MSG ("Use Steinberg::Vst::toTChar (...)") inline const Steinberg | |
template<typename NumberT > | |
SMTG_DEPRECATED_MSG ("Use Steinberg::Vst::toString (...)") std | |