diff options
author | Miller Puckette <millerpuckette@users.sourceforge.net> | 2008-12-08 20:14:40 +0000 |
---|---|---|
committer | Miller Puckette <millerpuckette@users.sourceforge.net> | 2008-12-08 20:14:40 +0000 |
commit | 22c0a77781368cddcbd273009d3c55a765e9200a (patch) | |
tree | 61f2117cf389f34d3702d364bb12c741bb505e8d /pd/extra/bonk~ | |
parent | a798f231a5d048cb9126003b856281d508946703 (diff) |
0.42-0test06
svn path=/trunk/; revision=10432
Diffstat (limited to 'pd/extra/bonk~')
-rw-r--r-- | pd/extra/bonk~/bonk~.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pd/extra/bonk~/bonk~.c b/pd/extra/bonk~/bonk~.c index 48e6837e..ee59cb0f 100644 --- a/pd/extra/bonk~/bonk~.c +++ b/pd/extra/bonk~/bonk~.c @@ -1,7 +1,7 @@ /* ########################################################################### # bonk~ - a Max/MSP external - # by miller puckette and ted appel + # by miller puckette and ted apel # http://crca.ucsd.edu/~msp/ # Max/MSP port by barry threw # http://www.barrythrew.com @@ -911,7 +911,7 @@ static void bonk_print(t_bonk *x, t_floatarg f) h->h_before, h->h_countup); } post("filter details (frequencies are in units of %.2f-Hz. bins):", - x->x_sr); + x->x_sr/x->x_npoints); for (j = 0; j < x->x_nfilters; j++) post("%2d cf %.2f bw %.2f nhops %d hop %d skip %d npoints %d", j, |