2008/6/8 Renato Fabbri &lt;<a href="mailto:renato.fabbri@gmail.com">renato.fabbri@gmail.com</a>&gt;:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ow yeah! nice idea Kassen. That, with Std.system to execute the command line can make it all somehow self-contained. something like:<br><br>// self-contained filenames chuck access<br>Std.system(&quot;chuck my-engine:filename1:filename2:filename3...&quot;)<br>

<br>which, when sporked, calls <a href="http://my-engine.ck" target="_blank">my-engine.ck</a> with the filenames of a directory all accessible by me.arg<br>clearly, &quot;filename1:filename2:filename3&quot; can be replaced by a related command line for the given OS.<br>

</blockquote><div><br>Exactly. And one of the cool bits could be that OS&#39;s are quite good at sorting file types which has advantages as you&#39;ll likely only be interested in .ck, .wav and maybe .aiff files. It doesn&#39;t make much sense to try to load a pdf in ChucK.<br>
<br>Kas.<br></div></div><br>