Add all the boilerplate for the Vst3PluginBridge

And now that I also have an idea of what the communication model will
look like, this can server as a base for instantiating plugins.
This commit is contained in:
Robbert van der Helm
2020-12-02 22:41:06 +01:00
parent 6e5aa1c1c6
commit ff2807c939
9 changed files with 303 additions and 11 deletions
+3
View File
@@ -32,6 +32,9 @@
*/
std::optional<std::string> opcode_to_string(bool is_dispatch, int opcode);
/**
* Provides VST2 specific logging functionality for debugging plugins.
*/
class Vst2Logger : public Logger {
public:
// The following functions are for logging specific events, they are only