mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user