Add the Vst3Bridge boilerplate

This commit is contained in:
Robbert van der Helm
2020-12-02 21:19:55 +01:00
parent 6179fddbc8
commit 6e5aa1c1c6
6 changed files with 159 additions and 20 deletions
+3 -1
View File
@@ -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 "