mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST: better forwarding of plugin channel config changes.
This commit is contained in:
parent
0640631d80
commit
d1bdc123a9
1 changed files with 2 additions and 0 deletions
|
|
@ -830,6 +830,8 @@ public:
|
|||
|
||||
void audioProcessorChanged (AudioProcessor*)
|
||||
{
|
||||
setInitialDelay (processor->getLatencySamples());
|
||||
ioChanged();
|
||||
updateDisplay();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue