mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Allow loading VST3 modules
Doesn't actually work yet or do anything, but it compiles and it runs.
This commit is contained in:
@@ -85,6 +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;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user