diff --git a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp index 84460aee19..7afd89b9e6 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp @@ -2423,10 +2423,7 @@ public: Steinberg::int32 indexOut = notInVector; if (auto* queue = addParameterData (id, indexOut)) - { - Steinberg::int32 index{}; - queue->addPoint (offset, value, index); - } + queue->append ({ offset, value }); } void clear()