mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3 Host: Avoid calling addPoint on input parameter queue
This commit is contained in:
parent
0ea1af03a1
commit
be6fe2b403
1 changed files with 1 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue