granular synth using various samples
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