Exporting with pre installed samples
-
Hello,
Open your project's .jucer file in Projucer and go to the Modules section. Under the hi_core module there are two options
HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON
andHISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON
-
neither of the options are showing!!!
-
What version of HISE are you using?
-
Hise 2.1.0
-
When did you build it?
-
@d-healey 2 days ago
-
@pradeep Did you build the master branch?
-
@d-healey what is master branch......sorry if that's a simple thing which I should have known....btw I followed your video to build the hise standalone
-
Might be time for me to update my videos ;)
Build this version - https://github.com/davidhealey/HISE/tree/develop
-
@d-healey ok thanks...videos are great and they are simple to follow ...keep up the good work...
-
@pradeep it worked but my vst is not generating any sound....I wanted to embed audio samples within the vst but it is not happening. Is there any way to do that?
thanks in advance -
@pradeep No you can't do that. The embed audio files option is for impulse responses.
-
@d-healey Is there any way to make my vst synth work?
I mean how can I setup the samples so that my synth starts working? -
After you map your samples, right click in the mapping editor, select Save as >> Convert to Monolith. This will compress the samples and convert them to HISE's
.ch
format. When you compile your plugin you will need to have the locate button available. When you run your plugin it will ask you to locate the samples, point it to the.ch
files. -
@d-healey is there any way my vst locates it automatically?
-
@pradeep No, because the user could put them anywhere on their computer (or even another networked computer).
-
@d-healey ok thanks
-
it is giving me this error
what should i do now?
It didnot asked me to locate sample even after i enabled both of the options -
You need to delete your plugin's configuration folder and then re-open it. The config files will be somewhere in
/user/appData
-
It's at C:/Users/You/AppData/Roaming/YourCompany/YourPlugin and it's called LinkWindows. Delete it and when you'll open the plugin again, you'll get the sample location dialog again. It needs to point to the exact location of .ch1 files, it's not like Kontakt that actually searches in the specified folder.