Hey Evan,<br><br>Congrats on the release. A little reading and it has my attention... even though I'm not a ruby fan.<br><br>Reason to mail: <br>To play a note, type:
<div class="fragment"><pre class="fragment">   s.inst.play [note number]<br></pre></div><p>Where <code>[note number]</code> is some number, positive
 or negative. <code>0</code> is middle C.</p><p style="text-align: left;"><font size="2">_Please_ stick to a standard. I'm pretty sure that middle C is 60. Why have every programmer first be confused about why its all high pitch noise that's getting played, and then well all code the following:</font></p>
<p style="text-align: left;"><font size="2">note = note - 60;</font></p><p style="text-align: left;">s.inst.play [ note ]</p><p style="text-align: left;">To me it seems a good idea to stick with what standards there are.. But its up to you of course. <br>
Its your library in the end of the day ;-)</p><p style="text-align: left;">Cheers, -Harry<br></p>