mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Add note wrong parameter value strings in Bitwig
This commit is contained in:
@@ -247,6 +247,9 @@ tresult PLUGIN_API Vst3PluginProxyImpl::getParamStringByValue(
|
||||
Steinberg::Vst::ParamID id,
|
||||
Steinberg::Vst::ParamValue valueNormalized /*in*/,
|
||||
Steinberg::Vst::String128 string /*out*/) {
|
||||
// FIXME: In Bitwig we sometimes write old values when moving a knob very
|
||||
// quickly. The issue is not that responses are received out of
|
||||
// order.
|
||||
const GetParamStringByValueResponse response =
|
||||
bridge.send_message(YaEditController2::GetParamStringByValue{
|
||||
.instance_id = instance_id(),
|
||||
|
||||
Reference in New Issue
Block a user