|
JUCE
|
Macros | |
| #define | JUCE_DECLARE_VST3_COM_REF_METHODS |
| #define | JUCE_DECLARE_VST3_COM_QUERY_METHODS |
| #define | TEST_FOR_AND_RETURN_IF_VALID(iidToTest, ClassType) |
| #define | TEST_FOR_COMMON_BASE_AND_RETURN_IF_VALID(iidToTest, CommonClassType, SourceClassType) |
Functions | |
| juce::String | toString (const Steinberg::char8 *string) noexcept |
| juce::String | toString (const Steinberg::char16 *string) noexcept |
| juce::String | toString (const Steinberg::UString128 &string) noexcept |
| juce::String | toString (const Steinberg::UString256 &string) noexcept |
| void | toString128 (Steinberg::Vst::String128 result, const char *source) |
| void | toString128 (Steinberg::Vst::String128 result, const juce::String &source) |
| Steinberg::Vst::TChar * | toString (const juce::String &source) noexcept |
| #define JUCE_DECLARE_VST3_COM_REF_METHODS |
Referenced by MidiEventList::~MidiEventList().
| #define JUCE_DECLARE_VST3_COM_QUERY_METHODS |
Referenced by MidiEventList::~MidiEventList().
| #define TEST_FOR_AND_RETURN_IF_VALID | ( | iidToTest, | |
| ClassType | |||
| ) |
| #define TEST_FOR_COMMON_BASE_AND_RETURN_IF_VALID | ( | iidToTest, | |
| CommonClassType, | |||
| SourceClassType | |||
| ) |
|
noexcept |
|
noexcept |
|
noexcept |
References toString().
|
noexcept |
References toString().
| void toString128 | ( | Steinberg::Vst::String128 | result, |
| const char * | source | ||
| ) |
| void toString128 | ( | Steinberg::Vst::String128 | result, |
| const juce::String & | source | ||
| ) |
|
noexcept |
References AudioChannelSet::addChannel(), AudioChannelSet::centre, AudioChannelSet::getChannelTypes(), jassert, jmin(), AudioChannelSet::left, AudioChannelSet::leftCentre, AudioChannelSet::leftRearSurround, AudioChannelSet::leftSurround, AudioChannelSet::mono(), AudioChannelSet::right, AudioChannelSet::rightCentre, AudioChannelSet::rightRearSurround, AudioChannelSet::rightSurround, AudioChannelSet::subbass, AudioChannelSet::subbass2, AudioChannelSet::surround, AudioChannelSet::topFrontCentre, AudioChannelSet::topFrontLeft, AudioChannelSet::topFrontRight, AudioChannelSet::topMiddle, AudioChannelSet::topRearCentre, AudioChannelSet::topRearLeft, AudioChannelSet::topRearRight, and AudioChannelSet::unknown.