mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Change VST3 log message direction prefix
It looks much mess noisy this way at the cost of maybe being slightly less clear at a glance.
This commit is contained in:
@@ -122,7 +122,7 @@ class Vst3Logger {
|
||||
if (is_host_vst) {
|
||||
message << "[host -> vst] >> ";
|
||||
} else {
|
||||
message << "[vst -> host] >> ";
|
||||
message << "[host <- vst] >> ";
|
||||
}
|
||||
|
||||
callback(message);
|
||||
@@ -142,7 +142,7 @@ class Vst3Logger {
|
||||
if (is_host_vst) {
|
||||
message << "[host -> vst] ";
|
||||
} else {
|
||||
message << "[vst -> host] ";
|
||||
message << "[host <- vst] ";
|
||||
}
|
||||
|
||||
callback(message);
|
||||
|
||||
Reference in New Issue
Block a user