mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
@@ -198,8 +198,15 @@ class PluginBridge {
|
|||||||
* The callback function passed by the host to the VST plugin instance.
|
* The callback function passed by the host to the VST plugin instance.
|
||||||
*/
|
*/
|
||||||
audioMasterCallback host_callback_function;
|
audioMasterCallback host_callback_function;
|
||||||
|
|
||||||
Logger logger;
|
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_stdout_buffer;
|
||||||
boost::asio::streambuf wine_stderr_buffer;
|
boost::asio::streambuf wine_stderr_buffer;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user