<div dir="ltr">Sorry, I forgot to include some of the console errors.<div><br></div><div><div>(Tcl) INVALID COMMAND NAME: invalid command name "e,"</div><div>    while executing</div><div>"e, audiofifo is 0.000000 full."</div><div>    ("uplevel" body line 1)</div><div>    invoked from within</div><div>"uplevel #0 $cmds_from_pd"(Tcl) INVALID COMMAND NAME: invalid command name "or"</div><div>    while executing</div><div>"or getting frame...must be seeking"</div><div>    ("uplevel" body line 1)</div><div>    invoked from within</div><div>"uplevel #0 $cmds_from_pd"(Tcl) INVALID COMMAND NAME: invalid command name "rame...must"</div><div>    while executing</div><div>"rame...must be seeking"</div><div>    ("uplevel" body line 1)</div><div>    invoked from within</div><div>"uplevel #0 $cmds_from_pd"(Tcl) INVALID COMMAND NAME: invalid command name "inet_high_1.wav"</div><div>    while executing</div><div>"inet_high_1.wav"</div><div>    ("uplevel" body line 1)</div><div>    invoked from within</div><div>"uplevel #0 $cmds_from_pd"</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Feb 13, 2016 at 11:16 AM Samuel Burt <<a href="mailto:composer.samuel.burt@gmail.com">composer.samuel.burt@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear list,<div><br></div><div>I was tasked with building a sampler that reads back all the samples in a directory, sequentially or randomly, with variable speed, polyphonic playback. The subsequent object is then implemented multiple times.</div><div><br></div><div>After a short amount of time, however, the GUI becomes unresponsive. I can still manipulate the values of the GUI objects, but I won't see them update. In addition, the Pd window Log 0 and above starts throwing (Tcl) INVALID COMMAND NAME errors as you can see below. I'm guessing this is has to do with not being able to read from the SSD quickly enough with around 100 overlapping voices being loaded in a short amount of time? I'm not really hearing any audio dropouts.</div><div><br></div><div>I noticed that readanysf~ has some arguments. I'm hoping they might make this process more efficient, but I don't understand them. Does anyone know of any better documentation for readanysf~? The arguments are 1) number of channels (mono, stereo, 3-chan, 4-chan, etc.), 2) number of "frames" in the internal buffer --I don't understand how this effects the object--, and 3) number of samples per frame in internal buffer --nor do I understand how this might affect performance. I'm going to play around with these arguments to see if it helps, but if anyone can weigh in with an explanation, I'd appreciate it.</div><div><br></div><div>Also, if anyone has a more efficient method for doing what I'm attempting, please, let me know.</div><div><br></div><div>Thank you,</div><div>Sam</div><div><br></div><div><br></div><div><br></div></div></blockquote></div>