MCPcopy Create free account
hub / github.com/audacity/audacity / SavePresetToStream

Method SavePresetToStream

libraries/lib-vst3/VST3Wrapper.cpp:730–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728
729
730bool VST3Wrapper::SavePresetToStream(Steinberg::IBStream* fileStream) const
731{
732 using namespace Steinberg;
733
734 return Vst::PresetFile::savePreset
735 (
736 fileStream,
737 FUID::fromTUID(mEffectClassInfo.ID().data()),
738 mEffectComponent.get(),
739
740 mEditController.get()
741 );
742}
743
744bool VST3Wrapper::Initialize(EffectSettings& settings, Steinberg::Vst::SampleRate sampleRate, Steinberg::int32 processMode, Steinberg::int32 maxSamplesPerBlock)
745{

Callers

nothing calls this directly

Calls 3

dataMethod · 0.45
IDMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected