23 березня 2009 о 11:18 +0100 Samuel Thibault написав(-ла):
> Ah?  Could you post your .ck file?  I tried the manual's
> 
> SinOsc s => dac;
> while( true ) {
>     100::ms => now;
>     Std.rand2f(30.0, 1000.0) => s.freq;
> }
> 
> it seemed to work fine.
The file is /usr/share/doc/chuck/examples/basic/foo.ck . Your file works
fine on my machine with chuck.oss, but not chuck.alsa (both work fine in
chroot).

> 
> > I think there are more problems then fixed by your patch. During
> > compilation there are a lot of warnings (mismatch between int/long,
> > int/size_t, dereferencing type-punned pointer) that can break chuck.
> 
> Yes, the amount of warnings is a bit scary :) The mismatches are only
> for printing, however.  Since chuck defines a VM, it may be good to use
> -fno-strict-aliasing to fix type-punning.
> 
> Samuel
> 

Attachment: signature.asc
Description: Digital signature

Reply via email to