[Solved] Sampler Glide Script Broken
-
Your raw samples (wav/aiff) should be inside the Samples folder. In your sample map they should have the
{PROJECT_FOLDER}
wildcard in the path, this will make them relative and not absolute. This is the default behaviour of HISE when you map samples by dragging them in from the Samples folder. -
@d-healey Ah, the drum samples had a different path. Fixing that now. Thank you!
Any idea why the ID is wrong for the .xml file though? I'm sure what would be classed as wrong. Do the spaces make a difference?
-
@SteveRiggs I don't think spaces make a difference
-
@d-healey Damn. Not sure what to do about that bit then. I wonder what it means by 'the correct ID'?
-
Oh have you checked the id property in the xml, I noticed sometimes that gets reset to
""
-
Not too sure where I'm looking. This is whats inside the xml...
<?xml version="1.0" encoding="UTF-8"?> <samplemap ID="" RRGroupAmount="1" MicPositions=";"> <sample Root="60" LoKey="12" HiKey="108" LoVel="0" HiVel="127" RRGroup="1" FileName="{PROJECT_FOLDER}808 BASS 1 C3 .wav" Duplicate="1"/> </samplemap>```
-
@d-healey I'm assuming something needs to be inside the 2 quotaion marks after samplemap ID.
Would I need the full file name in there? as well as the .xml extension on the end?
-
@SteveRiggs Just the file name I think, without the .xml
-
@d-healey Thanks mate. I'll try it now. It looks like every samplemap .xml needs changing. All are reset to "". Joy!
-
@d-healey Wow that was a tedious job. All 35 .xml file ID's changed and no more errors there. Thank you.
It's still not outputting any .ch or .hr1 files though, even though it says its done it without any errors. They are nowhere to be seen.
Is there another way? I remember last time when I exported the test version in June, when I opened it in Ableton there was a pop up on the plugin window that said it needed the .hr1 file before it would work that wouldn't go away until you directed it to the .hr1 file, stopping the plugin from opening properly.
If I added a settings menu to the plugin with the sample library redirect option, and then my client/users will be able to put the samples where ever they want? .. and the pop up menu on over the vst version wont be there then?
-
Ok, so that kinda works, but it's a bit of a clunky way to have it.
I opened the exported plugin in Ableton now and clicked the 'choose sample folder' and it does redirect them. This pop-up message comes up first though which could be confusing for users.
It would be great to find out why the .hr1 and .ch files aren't exporting though so that it can be done the proper way. This will be ok for now for testing and until I get my client to sort his licences, but I don't think it's ideal for a released plugin when it gets to that point.
-
@SteveRiggs setting up Sample Maps is a fragile business. You just about MUST put your samples in the Samples folder FIRST, before doing anything else.
If I were you I'd start with a clean (empty/new) sample map, having put all my samples in the Sample folder, and then re-map them, once done I'd press the Disk icon and save as my new name, go check this has been done by looking in the SampleMaps folder, then press the "down arrow" to make the .ch file, then I'd double check I had the ch file in the Samples folder.
Do this for all your sample maps, and only then then Export>Export Samples for Installer to make the hr1 file - BEFORE you just press OK, make sure your have the correct Target Directory set up.
-
@Lindon Thanks, mate. I've managed to get the .ch1 files now for all sample maps (I didn't know about the down arrow. Good shout!)
Still not getting a .hr1 file though when I 'export samples for installer'. I have my target directory set to the main project folder. I assume that's right?
-
@SteveRiggs post a quick screen shot and we can check.
-
@Lindon Here you go
-
@SteveRiggs hm look sOK - perhaps try Resume on existing Archive = No, just guessing here.
-
@Lindon Weird isn't it. I've tried with no selected as well but still no joy.
As soon as I hit ok the message pops up saying all samples were exported without errors, but it's as soon as I push ok. No export progress bar or wait. It seems to happen to quick for it to be doing anything, and no .hr1 file is in any of the folders.
It says exporting in the status bar, but even if you leave it a while still nothing
-
Hmm, it somehow can't find the .ch1 samples. They are in your samples directory, yes?
-
@Christoph-Hart Yeah they are definitely there now in the samples folder.
I've tried changing the target directory to the samples folder, sample maps folder, and main project folder but still no joy.
Very weird. It worked last time I tried back in June with this plugin. I was only using 1 sample then to test an export, and I was on HISE 1.6.0 then.
-
@d-healey Sorry to bother you mate. I thought you'd be the best person to ask as you wrote the script :)
I just had some feedback from my client now he's had a chance to test the instrument and was wondering if theres a way to add this in...
He mentioned that the glide only works if the notes are overlapped. Is there a way to have it so that the glide works without notes having to overlap?
I also noticed that monophonic only kicks in if the glide amount is set past 0.01ms. If it's down at 0 then it is still polyphonic. I think in the older version of the script monophonic was on all the time? (I may be wrong though).
I thought I'd mention this as I have another project that still uses the old script that I haven't changed yet, and I have a mono to poly button which basically just turns the scrip processor on and off switching between mono and poly. If I swap the new script in then I think that function will be gone.
If it has to stay that way for any reason, is there another workaround to switch modes from mono to poly at all? That was the only way I knew of doing it.