mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 00:43:56 +02:00
Include effString2Parameter in opcode list
We don't need any special handling for this since our default argument detection will handle strings, but it might be useful for log output if a host ever uses this. At the moment there don't seem to be any hosts on Linux that use this.
This commit is contained in:
@@ -55,6 +55,14 @@
|
||||
*/
|
||||
[[maybe_unused]] constexpr int effVendorSpecific = 50;
|
||||
|
||||
/**
|
||||
* Set a parameter based on a string, kind of the inverse of the inverse of
|
||||
* `effGetParamDisplay()` and an alternative to `setParameter()`. Also found in
|
||||
* the list in Carla's repo. It's used in this way in JUCE here:
|
||||
* https://github.com/juce-framework/JUCE/blob/b34e798f392179caf9c67dce273398fa03352067/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp#L927
|
||||
*/
|
||||
[[maybe_unused]] constexpr int effString2Parameter = 27;
|
||||
|
||||
/**
|
||||
* Used by hosts to query the length of reverb tails (equivalent to
|
||||
* `IAudioProcessor::getTailSamples`). Found on the same list as above.
|
||||
|
||||
Reference in New Issue
Block a user