import sample window first time
-
Hello, how to deactivate the sample import function when opening the vst for the first time? now that we have the expansions, I would like the user to have direct access to the vst without having the sample import window.
-
@yall - maybe ship everything as an expansion?
-
@Lindon
that is exactly the point. I created expansions. I also enveloped the samples and sampleMaps of the general project but when I first open the vst it asks me to install the samples .. -
There's an option in projucer, I'll post it later when I'm at my computer
-
@d-healey
I see, suddenly I will have to go through the autogenerate file? or do I have to recompile hise without this option? thanks u ;) -
Add these as extra definitions in your project preferences
HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=0 HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0
-
@d-healey thanks u :)