mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add a todo on another event to filter
This commit is contained in:
@@ -255,6 +255,7 @@ bool Logger::should_filter_event(bool is_dispatch, int opcode) {
|
|||||||
|
|
||||||
// Filter out log messages related to these events by default since they are
|
// Filter out log messages related to these events by default since they are
|
||||||
// called tens of times per second
|
// called tens of times per second
|
||||||
|
// TODO: Figure out what opcode 52 is and filter that out as well
|
||||||
if ((is_dispatch && opcode == effEditIdle) ||
|
if ((is_dispatch && opcode == effEditIdle) ||
|
||||||
(!is_dispatch && opcode == audioMasterGetTime)) {
|
(!is_dispatch && opcode == audioMasterGetTime)) {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user