Hello chuckers<div><br></div><div>I am looking for a reference to the 'string' object class in chuck. I am having a hard time trying to guess what methods are available for the class. </div><div>I also recently came across with the StringTokenizer object but it seems to work only when the token is a white space. Is it possible to assign a different token to the object? </div>
<div><br></div><div>here is what I am working on</div><div><br></div><div><p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco">UGen uArray[<span style="color:#de9136">3</span>];</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco;min-height:17.0px"><br></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco"><span style="color:#1738f5">new</span> SinOsc @=> uArray[<span style="color:#de9136">0</span>];</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco"><span style="color:#1738f5">new</span> TriOsc @=> uArray[<span style="color:#de9136">1</span>]; </p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco"><span style="color:#1738f5">new</span> PulseOsc @=> uArray[<span style="color:#de9136">2</span>]; </p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco;min-height:17.0px"><br></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco"><span style="color:#1738f5">for</span>(<span style="color:#de9136">0</span> => <span style="color:#1738f5">int</span> i; i < <span style="color:#de9136">3</span>;<span style="color:#de9136"> </span>i++)</p>

<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco">{</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco">    <<<getType(uArray[i].toString())>>>;</p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco">    <span style="color:#1738f5">now</span> + <span style="color:#de9136">1</span>::<span style="color:#1738f5">second</span> => <span style="color:#1738f5">now</span>;</p>

<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco">}</p><p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco"><br></p><p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco"><font class="Apple-style-span" face="arial, helvetica, sans-serif">What gets printed is the object's type plus what I believe is a reference to memory that I am currently not interested in, separated by a colon (</font><span class="Apple-style-span" style="font-family:arial,helvetica,sans-serif">TriOsc:1001f36a0)</span></p>
<p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco"><span class="Apple-style-span" style="font-family:arial,helvetica,sans-serif"><br></span></p><p style="margin:0.0px 0.0px 0.0px 0.0px;font:13.0px Monaco"><span class="Apple-style-span" style="font-family:arial,helvetica,sans-serif">Happy holidays!</span></p>
<div><br></div>-- <br>

<p><a href="http://www.wolfganggil.com/about" target="_blank">http://www.wolfganggil.com</a></p>





</div>