Also filter out the event with opcode 52

Not sure what this is, but it's called by Bitwig every time a buffer is
being processed.
This commit is contained in:
Robbert van der Helm
2020-04-28 12:04:09 +02:00
parent 8adb944445
commit 641351d525
3 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -46,8 +46,9 @@ class Logger {
/**
* Also print information about callbacks and functions being called by
* the plugin and the host. This excludes the `effEditIdle()` and
* `audioMasterGetTime()` events since those events are typically sent
* tens of times per second. Every message is prefixed with a timestamp.
* `audioMasterGetTime()` events and the event with opcode 52 since
* those events are typically sent tens of times per second. Every
* message is prefixed with a timestamp.
*/
most_events = 1,
/**