mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-13 07:42:15 +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) {
|
if (is_host_vst) {
|
||||||
message << "[host -> vst] >> ";
|
message << "[host -> vst] >> ";
|
||||||
} else {
|
} else {
|
||||||
message << "[vst -> host] >> ";
|
message << "[host <- vst] >> ";
|
||||||
}
|
}
|
||||||
|
|
||||||
callback(message);
|
callback(message);
|
||||||
@@ -142,7 +142,7 @@ class Vst3Logger {
|
|||||||
if (is_host_vst) {
|
if (is_host_vst) {
|
||||||
message << "[host -> vst] ";
|
message << "[host -> vst] ";
|
||||||
} else {
|
} else {
|
||||||
message << "[vst -> host] ";
|
message << "[host <- vst] ";
|
||||||
}
|
}
|
||||||
|
|
||||||
callback(message);
|
callback(message);
|
||||||
|
|||||||
Reference in New Issue
Block a user