mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Fully implement IProgress
`IParameterFunctionName` will be the last interface before we _in theory_ support all VST3 features.
This commit is contained in:
@@ -450,6 +450,7 @@ tresult PLUGIN_API Vst3PluginProxyImpl::setComponentHandler(
|
||||
component_handler_2 = component_handler;
|
||||
component_handler_3 = component_handler;
|
||||
component_handler_bus_activation = component_handler;
|
||||
progress = component_handler;
|
||||
unit_handler = component_handler;
|
||||
unit_handler_2 = component_handler;
|
||||
|
||||
|
||||
@@ -353,6 +353,7 @@ class Vst3PluginProxyImpl : public Vst3PluginProxy {
|
||||
component_handler_3;
|
||||
Steinberg::FUnknownPtr<Steinberg::Vst::IComponentHandlerBusActivation>
|
||||
component_handler_bus_activation;
|
||||
Steinberg::FUnknownPtr<Steinberg::Vst::IProgress> progress;
|
||||
Steinberg::FUnknownPtr<Steinberg::Vst::IUnitHandler> unit_handler;
|
||||
Steinberg::FUnknownPtr<Steinberg::Vst::IUnitHandler2> unit_handler_2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user