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