mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
According to the VST3 spec, activateBus and setBusArrangements shall not be called when a plugin is in the 'activated' state. Previously, if prepareToPlay was called twice in a row on a hosted VST3 plugin, during the second call the plug-in would already be activated, but its bus layout would still be adjusted. Now, we always ensure that the plugin is inactive before the bus properties are adjusted. |
||
|---|---|---|
| .. | ||
| format | ||
| format_types | ||
| processors | ||
| scanning | ||
| utilities | ||
| juce_audio_processors.cpp | ||
| juce_audio_processors.h | ||
| juce_audio_processors.mm | ||
| juce_audio_processors_ara.cpp | ||
| juce_audio_processors_lv2_libs.cpp | ||