Build on MacOS not behaving well....
-
So I downloaded and built HISE yesterday - and now whilst it will build me a VSTi that VSTi wont behave properly - it wont ask for the samples (hr1 file) and thus wont make any noise....all on MacOS - its building fine on Windows....
-
@Lindon do you have those flags which turn off that dialog?
HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=1
HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0 -
And this one
HISE_DEACTIVATE_OVERLAY=0
-
@d-healey most odd , yes I have:
HISE_DEACTIVATE_OVERLAY=true
I assume this should be:
HISE_DEACTIVATE_OVERLAY=false
-
@Lindon yeah that fixed it - thanks for your help both of you...