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
+2 -4
View File
@@ -85,10 +85,8 @@ main(int argc, char* argv[]) {
break;
case PluginType::vst3:
#ifdef WITH_VST3
justdewit(plugin_location);
std::cerr << "TODO: Not yet implemented" << std::endl;
return 1;
bridge = std::make_unique<Vst3Bridge>(
main_context, plugin_location, socket_endpoint_path);
#else
std::cerr << "This version of yabridge has not been compiled "
"with VST3 support"