granular synth using various samples

Jose Salgado's icon

Is it possible to build in max a granular Synth that uses 20 samples at the same time? Meaning it takes grains or small parts out of 20 samples and reorganized them to create a new sound?

Granular_Synth_MC_02.maxpat
Max Patch

bertrandfraysse's icon

yes it's totally possible. A way could be to sequentially load your samples into a buffer to get access into gen. you will have to store the starting points and length of every samples into another buffer.

you may use various peek and uzi objects to load the samples in a buffer. maybe with the folder object to get the adresses of the files. just an idea