mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
VST3: Re-initialise plug-in MIDI buses in prepareToPlay()
This commit is contained in:
parent
159a274a03
commit
b0790feab6
1 changed files with 2 additions and 0 deletions
|
|
@ -2076,6 +2076,8 @@ public:
|
|||
setLatencySamples (jmax (0, (int) processor->getLatencySamples()));
|
||||
cachedBusLayouts = getBusesLayout();
|
||||
|
||||
setStateForAllMidiBuses (true);
|
||||
|
||||
warnOnFailure (holder->component->setActive (true));
|
||||
warnOnFailureIfImplemented (processor->setProcessing (true));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue