mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Request and deserialize plugin factory from plugin
This commit is contained in:
@@ -44,8 +44,10 @@ class Vst3Logger {
|
||||
// (what we'll call a control message).
|
||||
|
||||
void log_request(bool is_host_vst, const WantsConfiguration&);
|
||||
void log_request(bool is_host_vst, const WantsPluginFactory&);
|
||||
|
||||
void log_response(bool is_host_vst, const Configuration&);
|
||||
void log_response(bool is_host_vst, const YaPluginFactory&);
|
||||
|
||||
Logger& logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user