Audio driver could not be opened
-
@gorangrooves said in Audio driver could not be opened:
Are you guys compiling the standalone apps with no issues?
Yup, did you get rid of your extra versions of the source code yet?
-
@gorangrooves This seems to happen occasionally on Windows. I've experienced it with some of my test users. If they try to open the standalone, it may default to some weird audio device that shouldn't be used and it throws an error and breaks the app until you pick a proper audio device. Windows is pretty bad about this. If you add a Settings floating tile to your interface you can correct it by just changing the Audio Device right from the exported plugin.
-
@Lunacy-Audio Thanks so much. I'll try that. @d-healey Yes, I deleted all old stuff and recompiled HISE. Let's see if including an audio device in the settings on GUI will fix the issue.
-
Happy to report that including the driver settings in the GUI panel enabled me to change it after the fact and solve the issue. @Lunacy-Audio Thanks for the tip and everybody else for your time!
-
@gorangrooves Nice! Glad to hear it
-
@gorangrooves said in Audio driver could not be opened:
including the driver settings in the GUI panel enabled me to change it after the fact and solve the issue.
I told you to do that 3 days ago :p
-
@d-healey Similar issue here!! I need to compile an old project. Need to use Hise 1.5
Original project lacks of CustomSettings panel (Audio driver, Output, sample rate, etc) and I want to add it but... No matter what I do, I always get an "audio-driver-could-not-be-opened" dialog on Standalone compiled instrumentAny clue?
-
@hisefilo Is it hard to make your old project work with a newer version?
I imagine the differences lie in the XML only so it should be editable -
@ustk I've used Harmonic Filters on that old project. Cannot get the same sound on 2.0. I don't know why. (at some point Harmonic Filters were updated to monophonic I guess)
-
This is what I get on debug log
Audio Driver Default Initialisation(CI: `0`) ... audio driver successfully initialised with default settings(CI: `0`) ### SampleRateChange - Time: **0.01** / CallbackIndex: **1** - Old: **-1** - New: **44100** ### BufferSizeChange - Time: **0.01** / CallbackIndex: **1** - Old: **-1** - New: **512**
@Christoph-Hart any idea??