mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
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:
@@ -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,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user