hi, wondering how round robin its done here, also if its posible to stack different samples to be played all in the same key thru the whole keyboard, but edit each one separate, e.g piano,synth,bass,brass so it makes a big sound but i can edit if i want more piano,less bas,etc. thanx
Round robin or stack samples
Regarding round robin, you can just put all the samples into an array and then pick one on each key press? Or you could load all samples into function tables and choose to play the sample back with function table.
And yes, you can play back as many samples you like at the same time. If you’re using diskin2
for example, you can have as many of them as you like in a single instrument.