Hello
I need to build a sampler patch for live performance where you can load lots of samplers. I actually use soundfiler and tabread but anytime i open a new file the sound is stoped, cut, by a moment. Is there any kind of buffer that let me choose and open samplers during the performance without this problem?
Thanks a lot! f
Hi, You can load all your samples when loading the patch in different tables, and then dynamically set the table (sample) you want to read by sending [set nameofthetable( to your tabread object. If you don't do that then everytime you load a sample it takes a while to copy it to RAM before Pd can read it, especially if the sample is long.
Pierre.
2013/7/6 FernandoG dataferx@gmail.com
Hello
I need to build a sampler patch for live performance where you can load lots of samplers. I actually use soundfiler and tabread but anytime i open a new file the sound is stoped, cut, by a moment. Is there any kind of buffer that let me choose and open samplers during the performance without this problem?
Thanks a lot! f
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
here's an upsampled loader that uses readsf~ at 64 times the normal rate.
you can try changing the [block 1024 1 64] object to different upsampling rates depending on how fast your computer is.