I forgot to stage the other changes.
This commit is contained in:
Robbert van der Helm
2020-05-07 14:53:10 +02:00
parent 192154f869
commit cb329f5b5f
+7
View File
@@ -198,8 +198,15 @@ class PluginBridge {
* The callback function passed by the host to the VST plugin instance.
*/
audioMasterCallback host_callback_function;
Logger logger;
/**
* The version of Wine currently in use. Used in the debug output on plugin
* startup.
*/
const std::string wine_version;
boost::asio::streambuf wine_stdout_buffer;
boost::asio::streambuf wine_stderr_buffer;
/**