|
VST 3 SDK VST 3.8
SDK for developing VST plug-in
|
#include "pluginterfaces/base/fplatform.h"#include <cstdint>#include <type_traits>#include <limits>Namespaces | |
| namespace | Steinberg |
| A replacement for InitModule and DeinitModule. | |
| namespace | Steinberg::Vst |
Functions | |
| SMTG_CONSTEXPR uint16_t | upsample7To16Bit (uint8_t v) |
| SMTG_CONSTEXPR uint32_t | upsample7To32Bit (uint8_t v) |
| SMTG_CONSTEXPR uint32_t | upsample14To32Bit (uint16_t v) |
| template<typename T, typename F> | |
| SMTG_CONSTEXPR T | midiIntegralFromNormalized (F f) |
| template<typename T, typename F> | |
| SMTG_CONSTEXPR F | midiIntegralToNormalized (T value) |
| template<typename F> | |
| SMTG_CONSTEXPR F | midi7BitToNormalized (uint8_t value) |
| template<typename F> | |
| SMTG_CONSTEXPR F | midi14BitToNormalized (uint16_t value) |
| template<typename F> | |
| SMTG_CONSTEXPR uint8_t | midi7BitFromNormalized (F f) |
| template<typename F> | |
| SMTG_CONSTEXPR uint16_t | midi14BitFromNormalized (F f) |