mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
Add IEditController to the PluginObject interfaces
This commit is contained in:
@@ -28,6 +28,7 @@ PluginObject::PluginObject(Steinberg::IPtr<Steinberg::FUnknown> object)
|
||||
: object(object),
|
||||
audio_processor(object),
|
||||
component(object),
|
||||
edit_controller(object),
|
||||
plugin_base(object) {}
|
||||
|
||||
Vst3Bridge::Vst3Bridge(MainContext& main_context,
|
||||
|
||||
Reference in New Issue
Block a user