26 Mar
2014
26 Mar
'14
1:20 p.m.
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