mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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::ParamID id,
|
||||||
Steinberg::Vst::ParamValue valueNormalized /*in*/,
|
Steinberg::Vst::ParamValue valueNormalized /*in*/,
|
||||||
Steinberg::Vst::String128 string /*out*/) {
|
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 =
|
const GetParamStringByValueResponse response =
|
||||||
bridge.send_message(YaEditController2::GetParamStringByValue{
|
bridge.send_message(YaEditController2::GetParamStringByValue{
|
||||||
.instance_id = instance_id(),
|
.instance_id = instance_id(),
|
||||||
|
|||||||
Reference in New Issue
Block a user