mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 06:00:03 +02:00
Add the Vst3Bridge boilerplate
This commit is contained in:
@@ -208,7 +208,9 @@ void GroupBridge::accept_requests() {
|
||||
break;
|
||||
case PluginType::vst3:
|
||||
#ifdef WITH_VST3
|
||||
throw std::runtime_error("TODO: Not yet implemented");
|
||||
bridge = std::make_unique<Vst3Bridge>(
|
||||
main_context, request.plugin_path,
|
||||
request.endpoint_base_dir);
|
||||
#else
|
||||
throw std::runtime_error(
|
||||
"This version of yabridge has not been compiled "
|
||||
|
||||
Reference in New Issue
Block a user