void CtrlrPanelMIDISnapshot::handleAsyncUpdate()
{
	gatherSnapshotData();
	startThread();

	startTimer (100);
    if (alertWindow)
    {
        const ScopedLock sl (messageLock);
        alertWindow->setMessage (message);
        alertWindow->enterModalState();
    }
}
void CtrlrPanelMIDISnapshot::handleAsyncUpdate()
{
    gatherSnapshotData();
    runThread();
}