BB is using either the alphabetical order to load multi samples, or wav tag smpl when available. This is great but most, if not all, available multi sampled instruments in sample packs contains the note information in the file title. Like "great sampled bass a1.wav", "great sample bass c1.wav".....
It is always possible to set the root note of each sample manually and then save the wav, or rename the files so that while loading alphabeticaly it is loading the samples in the right order (and it works only with chromatically samples instruments starting on c2) but this takes a lot of time, especially with multi sample instruments of 64 samples. Why not adding an utility function that looks in the title and tries to identify automatically the note? Then, either save it in the wav tag for later use or just allow to load the instrument directly using this method? The way to implement this could be to look for similar characters chain across all the files in the folder ("great sample bass") in the example and tries to find in the remaining unique part of the title a group of letters / numbers looking like a1, c1, a#2, f#3 etc....
It is always possible to set the root note of each sample manually and then save the wav, or rename the files so that while loading alphabeticaly it is loading the samples in the right order (and it works only with chromatically samples instruments starting on c2) but this takes a lot of time, especially with multi sample instruments of 64 samples. Why not adding an utility function that looks in the title and tries to identify automatically the note? Then, either save it in the wav tag for later use or just allow to load the instrument directly using this method? The way to implement this could be to look for similar characters chain across all the files in the folder ("great sample bass") in the example and tries to find in the remaining unique part of the title a group of letters / numbers looking like a1, c1, a#2, f#3 etc....
Comment