|
| bool | juce::doUIDsMatch (const Steinberg::TUID a, const Steinberg::TUID b) noexcept |
| template<typename ToTest, typename CommonClassType, typename SourceClassType> |
| InterfaceResultWithDeferredAddRef | juce::testFor (ToTest &toTest, const Steinberg::TUID targetIID, SharedBase< CommonClassType, SourceClassType >) |
| template<typename ToTest, typename ClassType> |
| InterfaceResultWithDeferredAddRef | juce::testFor (ToTest &toTest, const Steinberg::TUID targetIID, UniqueBase< ClassType >) |
| template<typename ToTest> |
| InterfaceResultWithDeferredAddRef | juce::testForMultiple (ToTest &, const Steinberg::TUID) |
| template<typename ToTest, typename Head, typename... Tail> |
| InterfaceResultWithDeferredAddRef | juce::testForMultiple (ToTest &toTest, const Steinberg::TUID targetIID, Head head, Tail... tail) |
| juce::String | juce::toString (const Steinberg::char8 *string) noexcept |
| juce::String | juce::toString (const Steinberg::char16 *string) noexcept |
| juce::String | juce::toString (const Steinberg::UString128 &string) noexcept |
| juce::String | juce::toString (const Steinberg::UString256 &string) noexcept |
| Steinberg::Vst::TChar * | juce::toString (const juce::String &source) noexcept |
| void | juce::toString128 (Steinberg::Vst::String128 result, const char *source) |
| void | juce::toString128 (Steinberg::Vst::String128 result, const juce::String &source) |
| static Steinberg::Vst::SpeakerArrangement | juce::getArrangementForBus (Steinberg::Vst::IAudioProcessor *processor, bool isInput, int busIndex) |
| static Steinberg::Vst::Speaker | juce::getSpeakerType (const AudioChannelSet &set, AudioChannelSet::ChannelType type) noexcept |
| static AudioChannelSet::ChannelType | juce::getChannelType (Steinberg::Vst::SpeakerArrangement arr, Steinberg::Vst::Speaker type) noexcept |
| bool | juce::isLayoutTableValid () |
| static Array< AudioChannelSet::ChannelType > | juce::getSpeakerOrder (Steinberg::Vst::SpeakerArrangement arr) |
| static Steinberg::Vst::SpeakerArrangement | juce::getVst3SpeakerArrangement (const AudioChannelSet &channels) noexcept |
| AudioChannelSet | juce::getChannelSetForSpeakerArrangement (Steinberg::Vst::SpeakerArrangement arr) noexcept |
| auto & | juce::getAudioBusPointer (detail::Tag< float >, Steinberg::Vst::AudioBusBuffers &data) |
| auto & | juce::getAudioBusPointer (detail::Tag< double >, Steinberg::Vst::AudioBusBuffers &data) |
| static int | juce::countUsedClientChannels (const std::vector< DynamicChannelMapping > &inputMap, const std::vector< DynamicChannelMapping > &outputMap) |
| template<typename FloatType> |
| static int | juce::countValidBuses (Steinberg::Vst::AudioBusBuffers *buffers, int32 num) |
| template<typename FloatType, typename Iterator> |
| static bool | juce::validateLayouts (Iterator first, Iterator last, const std::vector< DynamicChannelMapping > &map) |