Dear list,<br><br>I just discovered this is a valid filename under Linux (you can still play the file by double-clicking, even);<br><br>foo&quot;;Machine.crash();&quot;bar.wav<br><br>This means that this;<br><br>my_buffer.read(&quot;my_file&quot;); //gives a syntax error with the above filename<br>
<br>is more safe to use than this;<br><br>&quot;my_file&quot; =&gt; my_buffer.read; //this parses, then crashes with the above filename.<br><br>This isn&#39;t much good for anything, aside from pointing out that there can be valid files that can&#39;t be played back by ChucK, but it&#39;s a exciting, new and especially perverse way to crash so I find that noteworthy on it&#39;s own. <br>
<br>Happy crashes and a good weekend,<br>Kas.<br>