Ignore REAPER host function API requests

Apparently there is a plugin that uses these.
This commit is contained in:
Robbert van der Helm
2021-06-12 17:22:47 +02:00
parent 9ae0e8ca38
commit 9c439b62e3
5 changed files with 33 additions and 0 deletions
+3
View File
@@ -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: