chuck --version
chuck version: 1.3.3.0 (chimera)
linux (alsa) : 64-bit
http://chuck.cs.princeton.edu/
http://chuck.stanford.edu/
nano float-issue.ck
2.3 => float a;
<<< a >>>;
chuck float-issue.ck
2.300000 : (float)
unbelievable... but mini-audicle still doesn't work
can it be the dependencies?
2014-03-26 18:20 GMT+01:00 Antanas Budriūnas
Alfredo,
to locate a cause I'll suggest you to experiment avoiding miniaudicle, using command line.
2014-03-26 17:35 GMT+02:00 alfredo
: i tried on different machines (32bit /64bit), changed to debian. unluckly got the same result.
i'm using miniaudicle 1.3.1 and chuck source 1.3.3
my gcc version is 4.8.1 my g++ version is 4.8.1
Using formerly compiled ChucK -
$ chuck --version chuck version: 1.3.1.3 (chimera) linux (jack) : 32-bit
I got as expected -
$ cat float-issue.ck 2.3 => float a; <<<a>>>; $ chuck float-issue.ck 2.300000 :(float)
Antanas Budriūnas _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users