Samples directory not found when exporting
-
Finally I got a working version by D.Healey, but each time I export then load the vst in my DAW it says something like:
'Please show samples directory to the player'.
I read about %APPDATA% directory, and also Monolith exporting.
I have compressed my samples as monolith. What do I do with it now?
I don't know how to open it...
And if I use monolith, will the problem be solved?
I read 'include audio data' doesn't affect the samples, but only the reverb's formants.How can I solve this? I would prefer avoid set samples in an invisible appdata directiry lost in my over-full drive C....
Thanx :) -
The samples can be stored anywhere you want.
You just have to point the plugin to the folder where your samples are stored once (that's why it's asking "Show me the samples directory"). From then on, it will remember that location (by storing a settings file in the application data directory).
-
So there's no way to avoid this message first? It's not possible to make a data-file linked with the vst in a folder, as for example:
Instrument folder -> instrument.dll and instrument.data or .instrument
Lots of softwares have this option :)
-
You can create this file automatically in your installer but the users will most likely use a different sample location anyway.
Having it in the VST folder is no option. HISE is designed to use multiple GB of sample data.
-
Yeah sure...
You talked about an installer, what more precisly?
Is it an installer as a program installer, where we specify directories?
How to create this file automaticaly? -
You can use existing installer systems to create installers which copy all files and set the registry entries. I recommend InnoSetup for Windows and Whitebox Packages on OSX, both are free and work well.
This is a whole new world though and is extremely easy to mess up so think twice if you want to go there (the amount of frustration you got with HISE so far is only a small teaser on what you'll expect when trying to fix user permissions because Apple chooses to change the default sandbox settings on macOS Sierra (actually happened).
If yes, take a look at the installer files for the HISE packages to get a starting point:
https://github.com/christophhart/HISE/blob/master/tools/auto_build/hise_nightly_build.iss
-
Wait hum...
The link you sent me, is it included in HISE github package?
How to run the code?
As I will probably ask for a license to sell what I do (It's 20€ that's it? Or 500€?? Didn't get all), I really need fix the 'error'.
If I use an installator, I may have problems with mac? I don't even have a mac system, how could I make it work :/I'm wondering I have worked for hours... to finally never finish what I did :(
-
To create an installer that will setup your library on a user's computer you need to use another program like InnoSetup for Windows. HISE does not create the installer for you. An installer is not necessary to distribute your library as far as I can tell but it is more professional.
If you want to distribute to Windows, Mac, and Linux users then you need to have access to all those operating systems too so that you can compile your instrument into a format that will run on each system. I don't think there is anyway around this - I don't have a Mac either so I'm probably going to run Mac OS in a virtual machine like https://www.virtualbox.org/.
I'm wondering I have worked for hours... to finally never finish what I did :(
Don't worry it's not actually been that many hours ;) have patience, I've been working on my library for over a year. -
If I do an installer, are you sure it will correct this idiot bug? :D
I don't want fall in deep complex boring things :)
I would really have prefered a simple .dll with a .data files ^^ -
Not sure what bug you're referring to. I believe you can just give the user the VST dll and the samples monolith separately and they can decide where to store the samples.
-
Imagine I have an installator. Run it installs for example in C:\VSTPlugins the .dll, and in D:\Data\Samples the libraries.
The user still will have to select the data directory, it's not automated? -
What Christoph was saying is that in the data directory you put a file that tells HISE where to look for the samples and you can get your installer to create this file - I don't know how though as I've not tried it.
-
If your installer puts a file into your AppData directory that is called
LinkWindows
(no file extension) and has the contentD:\Data\Samples
and copies all samples to this directory, then the popup won't show up. But 50% of all users who don't have a second partition will not be able to install this software, so you can figure out what solution is more practical. -
you're right :)