On 8/9/07, 2g
but began to wonder why s2.freq() in the fun doesn't result into an error when activated
<snip>
gives some sort of default for .freq?
Yes, exactly. Everything has defaults. You can check this yourself by
running this;
--------
SinOsc s => dac;
second => now;
-------------
That should give you a one second beep, usefull for testing wether your
speakers are turned on.
If you'd like to know what the defaults are you can check them this way;
-------------
SinOsc s;
<<