From 78861f9900f033ca38f091cdfff84ea049a60d48 Mon Sep 17 00:00:00 2001 From: reuk Date: Wed, 4 Feb 2026 17:37:07 +0000 Subject: [PATCH] UMP Endpoints: Fix bug where Endpoints singleton would fail to reinitialise after destroying a recreating a plugin instance --- modules/juce_audio_devices/midi_io/ump/juce_UMPEndpoints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_devices/midi_io/ump/juce_UMPEndpoints.h b/modules/juce_audio_devices/midi_io/ump/juce_UMPEndpoints.h index 4ba77a56f3..fd1d0ab2ce 100644 --- a/modules/juce_audio_devices/midi_io/ump/juce_UMPEndpoints.h +++ b/modules/juce_audio_devices/midi_io/ump/juce_UMPEndpoints.h @@ -192,7 +192,7 @@ public: */ void setVirtualMidiUmpServiceActive (bool); - JUCE_DECLARE_SINGLETON_INLINE (Endpoints, true) + JUCE_DECLARE_SINGLETON_INLINE (Endpoints, false) ~Endpoints() override;