First run Warning! Windows Audio Driver
-
Hi, I got an error on first run as Standalone on Windows. Then works good. Any way to disable this warning? or let user choose audio driver on first run?
Im using this for settings panel:
const var audioSettingsData = {
"Type": "CustomSettings",
"Font": "Comic Sans MS Bold", // I can't help it
"FontSize": 17,
"ColourData": {
"bgColour": "0xFB7D0101",
"textColour": "0xFFFFFFFF"
},
"Driver": true,
"Device": true,
"Output": true,
"BufferSize": true,
"SampleRate": true,
"GlobalBPM": false,
"StreamingMode": false,
"GraphicRendering": false,
"ScaleFactor": true,
"SustainCC": false,
"ClearMidiCC": false,
"SampleLocation": true,
"DebugMode": true,
}; -
Not sure if it helps your problem, but using Comic Sans MS in an actual project is a bold move :)
-
@christoph-hart that's my secret sauce
-
I got this error now in 2020-12, so has it gotten a fix? What makes it happen and how do I solve it?
Nevermind, found the bigger thread.