Add stubs for IEditController{,2}

This commit is contained in:
Robbert van der Helm
2020-12-17 16:39:50 +01:00
parent 7a5de5d35e
commit 2155240cca
12 changed files with 327 additions and 7 deletions
@@ -72,7 +72,7 @@ class YaComponent : public Steinberg::Vst::IComponent {
*/
YaComponent(const ConstructArgs&& args);
inline bool supported() { return arguments.supported; }
inline bool supported() const { return arguments.supported; }
tresult PLUGIN_API getControllerClassId(Steinberg::TUID classId) override;