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
+1 -2
View File
@@ -19,7 +19,6 @@
#include <vestige/aeffectx.h>
#include <boost/asio/io_context.hpp>
#include <boost/asio/local/stream_protocol.hpp>
#include <mutex>
#include <thread>
@@ -122,7 +121,7 @@ class Vst2PluginBridge {
* The configuration for this instance of yabridge. Set based on the values
* from a `yabridge.toml`, if it exists.
*
* @see ./utils.h:load_config_for
* @see ../utils.h:load_config_for
*/
Configuration config;