Question about unit analyzers
Hi! I'm new to Chuck, and I'm trying to run some of the examples for unit analyzers, but I'm getting an error message like "[ifft2.ck]:line(2): undefined type 'FFT'..." wherever I declare a UA. For example, in this: //chuck.cs.princeton.edu/doc/examples/analysis/fft.ck I'm running version 1.2.0.7 (dracula) under Xandros Linux. It seems to be installed properly, I can run other sample programs using Ugens, read/write audio data, etc. It just seems to be the UA's that aren't working. Any suggestions? Thanks.
http://chuck.cs.princeton.edu/uana/
You need 1.2.1.0 or above.
andy
On Wed, Oct 28, 2009 at 4:26 PM, David
Hi!
I'm new to Chuck, and I'm trying to run some of the examples for unit analyzers, but I'm getting an error message like "[ifft2.ck]:line(2): undefined type 'FFT'..." wherever I declare a UA. For example, in this:
//chuck.cs.princeton.edu/doc/examples/analysis/fft.ck
I'm running version 1.2.0.7 (dracula) under Xandros Linux. It seems to be installed properly, I can run other sample programs using Ugens, read/write audio data, etc. It just seems to be the UA's that aren't working. Any suggestions?
Thanks. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
David;
I'm running version 1.2.0.7 (dracula) under Xandros Linux. It seems to be installed properly, I can run other sample programs using Ugens, read/write audio data, etc. It just seems to be the UA's that aren't working. Any suggestions?
I think you are going to have to build 1.2.1.3 This is the latest and far better than 1.2.0.7 (see the VERSIONS file). I wouldn't go with anything earlier on Linux now as the latest version -amongst other things- fixed issues in compatibility with newer GCC versions that are more strict about C++ syntax. Not sure about how aggressive Xandros is with pushing new GCC versions through but this was starting to cause real issues with some distro's already. Hope that helps, Kas.
participants (3)
-
Andrew Turley
-
David
-
Kassen