Fully implement IProgress

`IParameterFunctionName` will be the last interface before we _in
theory_ support all VST3 features.
This commit is contained in:
Robbert van der Helm
2021-01-17 00:19:48 +01:00
parent 1dc900aff9
commit aa1a7a1588
5 changed files with 52 additions and 9 deletions
+3
View File
@@ -208,6 +208,9 @@ using CallbackRequest =
YaHostApplication::GetName,
YaPlugFrame::ResizeView,
YaPlugInterfaceSupport::IsPlugInterfaceSupported,
YaProgress::Start,
YaProgress::Update,
YaProgress::Finish,
YaUnitHandler::NotifyUnitSelection,
YaUnitHandler::NotifyProgramListChange,
YaUnitHandler2::NotifyUnitByBusChange>;