|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
#include "public.sdk/source/vst/vstcomponentbase.h"#include "public.sdk/source/vst/vstbus.h"#include "pluginterfaces/vst/ivstcomponent.h"Go to the source code of this file.
Classes | |
| class | Steinberg::Vst::Component |
| Default implementation for a VST 3 Component. More... | |
Namespaces | |
| namespace | Steinberg::Vst |
| All VST specific interfaces are located in Vst namespace. | |
Functions | |
| tresult | Steinberg::Vst::getSpeakerChannelIndex (SpeakerArrangement arrangement, uint64 speaker, int32 &channel) |
| Gets the channel index of a given speaker in a arrangement, returns kResultFalse if speaker not part of the arrangement else returns kResultTrue. | |