|
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 |
Can be used to retrieve information about a VST3 that is wrapped by an AudioProcessor. More...
#include "juce_ExtensionsVisitor.h"
Public Member Functions | |
| virtual Steinberg::Vst::IComponent * | getIComponentPtr () const noexcept=0 |
| virtual MemoryBlock | getPreset () const =0 |
| virtual bool | setPreset (const MemoryBlock &) const =0 |
Can be used to retrieve information about a VST3 that is wrapped by an AudioProcessor.
Definition at line 90 of file juce_ExtensionsVisitor.h.