Mac- "Locate samples" popup on app launch even though they are connected
-
Hey guys,
My users and I have run into a weird issue that doesn't make much sense.When starting one of my instruments as a plugin or app, it displays the popup to locate the sample library, even though it is already connected. If I click IGNORE, the plugin plays just fine. It knows where the samples are.
But here is the kicker: it only displays this notice if the samples are on the MacHD. If I point the plugin to the network drive (on another computer), it doesn't display the popup notice and instead just plays fine.
What is this possible? What is going on here? Any ideas?
-
@gorangrooves Sounds like a bug. I've disabled those popups and handle it myself.
-
@d-healey I thought I did too, but apparently not.
This is the flag I have for my projects:
HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=0
I am missing another one, right?
-
@gorangrooves I use
HISE_DEACTIVATE_OVERLAY=1
to get rid of all of them -
@d-healey Which other overlay popups would this get rid of?
-
@gorangrooves Both install and locate and probably some others
HISE/hi_core/hi_core.h at e90e794b4a45cf842e25f6a1b45f6824ff6b3a25 · christophhart/HISE
The open source framework for sample based instruments - HISE/hi_core/hi_core.h at e90e794b4a45cf842e25f6a1b45f6824ff6b3a25 · christophhart/HISE
GitHub (github.com)