Hi,
so I have that 12 slots sampler working quite ok: sampling, playing sounds perfectly.
My only problem is when I use writetofolder and readfolder:
let me explain: that sampler is the engine powering a 4 x 3 midi carpet. You record 12 samples, then you can replay them walking on the carpet.
WHen I save a samples set with writetofolder, the files are stored in a folder with no problem at all, but when I reload them with "readfolder", they're loaded but in the opposite order of what I want: Instead of having my samples from 1 to 12 assigned to my carpet slots 1 to 12, they're loaded from 12 to 1.
I've noticed that clearing twice the polybuffer~ could improve that, but it's still very random... and I need it to be perfect.
any advice ?