davidhealey / hise-exporter

Tool to make it a bit easier to export and bundle HISE projects
GNU General Public License v3.0
4 stars 0 forks source link

Exporter batch cue stops after a single exported job if another app utilizes ASIO driver #16

Open GoranRista opened 3 years ago

GoranRista commented 3 years ago

The exporter seems to utilize an audio output driver while exporting. Not sure why this is, but I notice clicks on my audio system when exporter starts a job, which happens when an application is taking over the ASIO driver. While the exporter was working, I started HISE standalone, which caused another audio click (meaning it was taking over the ASIO driver). That seems to cause the cue to stop.

Is there a need for the Exporter to be utilizing an audio driver since it is not playing anything? If not, can you explicitly disable it, so that any other app can be used at the same time without affecting the Exporter's performance?

davidhealey commented 3 years ago

The exporter is just using HISE and the default compiler on your system it doesn't use any audio driver directly.

GoranRista commented 3 years ago

OK. For some reason, the exporter cue doesn't keep compiling but stops. I wonder if this is related to the previous issue I reported.