[chuck-users] Float assignment totally unexpected

alfredo freddi.blues at gmail.com
Wed Mar 26 15:23:28 EDT 2014


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 <antanasb at gmail.com>:

> 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 <freddi.blues at gmail.com>:
> > 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 at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20140326/d2a65c1b/attachment.html>


More information about the chuck-users mailing list