mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 08:53:56 +02:00
Ignore REAPER host function API requests
Apparently there is a plugin that uses these.
This commit is contained in:
@@ -89,6 +89,15 @@
|
||||
*/
|
||||
[[maybe_unused]] constexpr int kVstProcessPrecision32 = 0;
|
||||
|
||||
/**
|
||||
* Used by VST2 plugins in REAPER to obtain pointers to host-specific functions
|
||||
* implemented by REAPER.
|
||||
*
|
||||
* https://www.reaper.fm/sdk/vst/vst_ext.php#vst_host
|
||||
*/
|
||||
[[maybe_unused]] constexpr int audioMasterDeadBeef =
|
||||
static_cast<int>(0xdeadbeef);
|
||||
|
||||
/**
|
||||
* The struct that's being passed through the data parameter during the
|
||||
* `effGetInputProperties` and `effGetOutputProperties` opcodes. Reverse
|
||||
|
||||
Reference in New Issue
Block a user