Skip to content

Instantly share code, notes, and snippets.

View vberthiaume's full-sized avatar
🎹
Working from home

Vincent Berthiaume vberthiaume

🎹
Working from home
View GitHub Profile
#pragma once
#include <JuceHeader.h>
class BluetoothMidiSelectorWindowHelper;
/** This file is a copy of the juce class BluetoothMidiDevicePairingDialogue, adapted to bring the existing window to the front if open() is called multiple times in a row.
*/
class UniqueBluetoothMidiDevicePairingDialogue
{