fix crash on exit

This commit is contained in:
Roland Rabien 2026-01-10 14:27:58 -08:00
commit 37ecc904c7
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5a600d6b5287e5876d592bafebe4f9f0b9c32f54
Subproject commit 8f21f9b55d3981bffce8048da856e5c9780d8e1b

View file

@ -854,6 +854,7 @@ void WavetableAudioProcessor::processBlock (juce::AudioBuffer<float>& buffer, ju
if (buffer.getNumChannels() != 2)
return;
if (midiLearn)
midiLearn->processBlock (midi, buffer.getNumSamples());
if (mtsClient)