Add stubs for IProgress

This commit is contained in:
Robbert van der Helm
2021-01-16 18:09:39 +01:00
parent bfdfd9c341
commit e840fe3114
4 changed files with 41 additions and 0 deletions
@@ -56,6 +56,14 @@ class Vst3ComponentHandlerProxyImpl : public Vst3ComponentHandlerProxy {
int32 index,
TBool state) override;
// From `IProgress`
tresult PLUGIN_API start(ProgressType type,
const Steinberg::tchar* optionalDescription,
ID& outID) override;
tresult PLUGIN_API update(ID id,
Steinberg::Vst::ParamValue normValue) override;
tresult PLUGIN_API finish(ID id) override;
// From `IUnitHandler`
tresult PLUGIN_API
notifyUnitSelection(Steinberg::Vst::UnitID unitId) override;