mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Implement plugin side of IPluginBase::initialize()
This commit is contained in:
@@ -59,6 +59,7 @@ struct WantsConfiguration {
|
||||
*/
|
||||
using ControlRequest = std::variant<YaComponent::Construct,
|
||||
YaComponent::Destruct,
|
||||
YaComponent::Initialize,
|
||||
YaComponent::Terminate,
|
||||
YaPluginFactory::Construct>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user