mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Ignore REAPER host function API requests
Apparently there is a plugin that uses these.
This commit is contained in:
@@ -554,6 +554,9 @@ class HostCallbackDataConverter : public DefaultDataConverter {
|
||||
case audioMasterUpdateDisplay:
|
||||
case audioMasterBeginEdit:
|
||||
case audioMasterEndEdit:
|
||||
// NOTE: REAPER abuses the dispatcher to add their own opcodes
|
||||
// outside of `audioMasterVendorSpecific`
|
||||
case audioMasterDeadBeef:
|
||||
return nullptr;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user