Doc edits/VST3 Build fixes.
This commit is contained in:
@@ -70,6 +70,7 @@ std::unique_ptr<Vst3Effect> Vst3Effect::CreateInstance(uint64_t instanceId, cons
|
||||
|
||||
result->Load(instanceId, info, pHost);
|
||||
|
||||
|
||||
return std::move(result);
|
||||
}
|
||||
|
||||
@@ -876,6 +877,13 @@ void Vst3EffectImpl::fireControlChanged(int control, float normalizedValue)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const Lv2PluginUiInfo& Vst3EffectImpl::GetCurrentPluginInfo()
|
||||
{
|
||||
Vst3Host::Private::UpdateControlInfo(this->controller,this->info.pluginInfo_);
|
||||
return this->info.pluginInfo_;
|
||||
}
|
||||
|
||||
JSON_MAP_BEGIN(Vst3PluginInfo)
|
||||
JSON_MAP_REFERENCE(Vst3PluginInfo, filePath)
|
||||
JSON_MAP_REFERENCE(Vst3PluginInfo, version)
|
||||
|
||||
Reference in New Issue
Block a user