mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Remove fixme about out of order messages
This appears to 100% be a bug in ValhallaSuperMassive.
This commit is contained in:
@@ -247,9 +247,6 @@ 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