Add a CLAP chainloader

The functions it's supposed to load however don't exist yet.
This commit is contained in:
Robbert van der Helm
2022-08-23 15:55:12 +02:00
parent 98bb4a019b
commit ffad63d439
4 changed files with 188 additions and 10 deletions
+5
View File
@@ -16,6 +16,11 @@
#pragma once
/**
* The name of yabridge's CLAP library, e.g. `libyabridge-clap.so`.
*/
constexpr char yabridge_clap_plugin_name[] = "@clap_plugin_name@";
/**
* The name of yabridge's VST2 library, e.g. `libyabridge-vst2.so`.
*/