mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-11 06:42:11 +02:00
Add stubs for IEditController{,2}
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user