JUCE
|
Can be used to retrieve information about a VST3 that is wrapped by an AudioProcessor. More...
Public Member Functions | |
virtual | ~VST3Client ()=default |
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.
|
virtualdefault |
|
pure virtualnoexcept |
|
pure virtual |
|
pure virtual |