mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
ARAPluginDemo: Fix warning
This commit is contained in:
parent
980092ba1a
commit
351e8e8916
1 changed files with 3 additions and 3 deletions
|
|
@ -676,10 +676,10 @@ public:
|
|||
|
||||
ScopedNoDenormals noDenormals;
|
||||
|
||||
auto* playHead = getPlayHead();
|
||||
playHeadState.update (playHead);
|
||||
auto* audioPlayHead = getPlayHead();
|
||||
playHeadState.update (audioPlayHead);
|
||||
|
||||
if (! processBlockForARA (buffer, isRealtime(), playHead))
|
||||
if (! processBlockForARA (buffer, isRealtime(), audioPlayHead))
|
||||
processBlockBypassed (buffer, midiMessages);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue