Mercurial > hg > libxtract
diff examples/puredata/xtract~.c @ 59:8fd7088c8ff6
Various minor fixes
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Mon, 12 Feb 2007 17:11:31 +0000 |
parents | 450712b21565 |
children | 1222cd753029 |
line wrap: on
line diff
--- a/examples/puredata/xtract~.c Mon Jan 29 15:11:59 2007 +0000 +++ b/examples/puredata/xtract~.c Mon Feb 12 17:11:31 2007 +0000 @@ -140,7 +140,7 @@ if(n_args){ for(n = 0; n < n_args; n++){ argv_max = &fd[f].argv.max[n]; - post("Argument %d, max: %.2f", n, *argv_max); + //post("Argument %d, max: %.2f", n, *argv_max); } if(type == XTRACT_MEL_FILTER){ x->memory.argv = (size_t)(n_args * sizeof(xtract_mel_filter));