Batch, save samplemap as monolith?
-
@d-healey yeah it also finishes and tells me it was all successful...
If I re-do then all these errors disappear (well they are not reported again -----....hmm not sure what to think.
-
@Lindon Did it work when you do it the second time? You can check by renaming the folder containing your wav files and see if your project still loads the samples.
-
@d-healey er well ..er...
the wav files are all in teh Samples Folder, where all the ch1 files are too... ahng on I'll just move all teh wav files out....
-
@d-healey -- phew, yep all working without the wav files in place - so those seem to have been "erroneous error messages"
The sample maps area is still pretty fragile I think.
-
@Lindon Yeah it's definitely rough around the edges, glad we have a workaround though :)
-
@d-healey workaround! is that what we are calling it...? LOL
-
Do you guys know what happens when the original samples are moved to a different location after building a monolith?
I'm getting some weird behaviour
-
@Tod-Slaughter Nothing "should" happen... but sample maps in HISE often display buggy behaviour, it could be in your case that the save mode hasn't updated. Open the sample map in a text editor and check it, the save mode should be 2 when using monoliths.
-
The save mode is 2 but the filename references the original sample location. It seems I'm going to have to rebuild all my samplemaps where I've moved the samples to another disk after creating the monolith.
-
@Tod-Slaughter Do the file paths start with {PROJECT_FOLDER} ?
-
@d-healey No they start with the original disk i.e. C:\blah\blah
-
@Tod-Slaughter If you open each sample map in a text editor you should be able to use find/replace to set the paths correctly to the HISE project folder. If you use an editor like Atom, Cuda text, or Sublime text then you can do this for a whole folder of sample maps at once.
-
@d-healey How is this happening? Am I using the wrong tool to save the monolith?
-
I'm right clicking and using the save as > convert to monolith
-
@Tod-Slaughter Where are your samples stored?
-
@d-healey I have been editing them to the desktop, creating the monolith in my project folder and then moving the original files to external drive.
You're saying I should move them to the project directory first
-
@Tod-Slaughter Yes, for the smoothest ride your samples should go in the Project's samples folder. If you want to work with them in another directory though you need to go to the project preferences and set the Redirect Sample Folder path.
-
Right, I was under the impression the monolith procedure would sort that. I'll start putting them in the samples folder, build the monolith and then move them.
Cheers!