Allow loading VST3 modules

Doesn't actually work yet or do anything, but it compiles and it runs.
This commit is contained in:
Robbert van der Helm
2020-12-02 19:09:55 +01:00
parent 211f6156a7
commit 0b462c034e
4 changed files with 24 additions and 0 deletions
+2
View File
@@ -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