Can be used to retrieve information about a VST3 that is wrapped by an AudioProcessor.
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 |
|
virtualdefault |
|
pure virtualnoexcept |
|
pure virtual |
References getPreset().
Referenced by getPreset().
|
pure virtual |
References setPreset().
Referenced by setPreset().