mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-16 08:23:55 +02:00
Split VST2 specific functionality into Vst2Logger
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "../../common/communication/vst2.h"
|
||||
#include "../../common/configuration.h"
|
||||
#include "../../common/logging/common.h"
|
||||
#include "../../common/logging/vst2.h"
|
||||
#include "../host-process.h"
|
||||
|
||||
/**
|
||||
@@ -171,7 +171,7 @@ class Vst2PluginBridge {
|
||||
*
|
||||
* @see Logger::create_from_env
|
||||
*/
|
||||
Logger logger;
|
||||
Vst2Logger logger;
|
||||
|
||||
/**
|
||||
* The version of Wine currently in use. Used in the debug output on plugin
|
||||
|
||||
Reference in New Issue
Block a user