Creating Multiple Samplemaps
-
Hey Gang,
Im importing a bunch of single samples and generating samplemaps for each. The settings are the same for each sample.
I would like to be able to bulk import samples and generate individual samplemaps. Can I import & generate multiple samplemaps with the same settings? For instance the same Root Note, High Key, & Low Key?
What about sample loop points?
-
@trillbilly I made a video about batch generating sample maps, might be useful here
-
@d-healey Awesome, on Youtube or Patreon?
-
@d-healey I found it. Where are you saving the
reg dir
xml? Did I miss this somewhere? -
@trillbilly I haven't seen the video in ages so you'll have to remind me what you're referring to.
-
@d-healey I've gotten past that and am able to get it to run the script and generate samplemaps, but, the samplemaps contain no samples. I have this in the
template
xml file within the samplemap script, which I believe is directing the script to the samples.FileName="{PROJECT_FOLDER}Tape/%samplename%.wav"
Again, the samplemaps are generating, the names are correct, the information within the new samplemap xml all seems to look correct. But the samples themselves are not included.
-
@trillbilly have you spelt the token exactly the same in your script?
-
@d-healey yes, it was taken directly from the script you provided. I just changed the file location and exported file names within the "btnRun" callback.
-
@d-healey I figured out that it was looking for samples titled differently. Maybe I'm misunderstanding the script. Once I changed all my sample names, it worked.