view examples/puredata/spectrum-512-test.pd @ 113:72a9a393d5bd

- Fixed bugs in xtract_flatness(), or at least added necessary documentation and error checking to avoid problems - Added xtract_is_denormal() helper function and XTRACT_DENORMAL_FOUND return code - Replaced all instances of log, sqrt, exp etc. with respective floating point counterparts (logf etc.) - Added check for architecture endianness to configure script - Bug fix to PD example, now no longer crashes if no arguments are given - Minor documentation updates
author Jamie Bullock <jamie@postlude.co.uk>
date Fri, 15 Feb 2008 12:43:13 +0000
parents 1cbbe5b5e461
children
line wrap: on
line source
#N canvas 5 48 450 300 10;
#X obj 127 77 noise~;
#X obj 262 59 loadbang;
#X msg 262 86 list 86.1328;
#X obj 127 112 xtract~ spectrum 64;
#X connect 0 0 3 0;
#X connect 1 0 2 0;
#X connect 2 0 3 1;