mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
Filter out effProcessEvents on verbosity level 1
This commit is contained in:
@@ -557,7 +557,7 @@ bool Vst2Logger::should_filter_event(bool is_dispatch,
|
||||
// Filter out log messages related to these events by default since they are
|
||||
// called tens of times per second
|
||||
if ((is_dispatch && (opcode == effEditIdle || opcode == effGetTailSize ||
|
||||
opcode == effIdle)) ||
|
||||
opcode == effIdle || opcode == effProcessEvents)) ||
|
||||
(!is_dispatch && (opcode == audioMasterGetTime ||
|
||||
opcode == audioMasterGetCurrentProcessLevel))) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user