mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
AAX latency fix.
This commit is contained in:
parent
a72a2f2661
commit
54a62c9c1a
1 changed files with 2 additions and 2 deletions
|
|
@ -520,9 +520,9 @@ struct AAXClasses
|
|||
SetParameterNormalizedValue (IndexAsParamID (parameterIndex), (double) newValue);
|
||||
}
|
||||
|
||||
void audioProcessorChanged (AudioProcessor* /*processor*/)
|
||||
void audioProcessorChanged (AudioProcessor* processor)
|
||||
{
|
||||
// TODO
|
||||
check (Controller()->SetSignalLatency (processor->getLatencySamples()));
|
||||
}
|
||||
|
||||
void audioProcessorParameterChangeGestureBegin (AudioProcessor* /*processor*/, int parameterIndex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue