Looking for... audio interface not found message
-
Hi, sometimes on first load a stand-alone app wont find your audio interface and pop a dialog, I'm looking for the file that sets the dialog message - anyone know which one it is?
is it this in StandalonePopupComponents.cpp at line 347?
sampleRateSelector->setSelectedItemIndex(samplerates.indexOf(thisSampleRate), dontSendNotification); } else { String message = "The Audio driver " + deviceSelector->getText() + " could not be opened.";
-
@Lindon (y) I hope you are right.