diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-06 11:43:51 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2009-04-06 11:43:51 +0000 |
commit | cf391dce36a6a563b45c5ca518f01dd26ad2f70c (patch) | |
tree | 36ac7951c8e3513e30e31309e7ca696262af9481 /src | |
parent | 19e189bdc0736161978585347a4cb4cfe5c70a4a (diff) |
remove verbose output in dsp-function()
svn path=/trunk/externals/zexy/; revision=10966
Diffstat (limited to 'src')
-rw-r--r-- | src/noish~.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/noish~.c b/src/noish~.c index dba7770..3591c83 100644 --- a/src/noish~.c +++ b/src/noish~.c @@ -147,7 +147,6 @@ static t_int *noish_perform(t_int *w) static void noish_dsp(t_nois *x, t_signal **sp) { - post("sr=%f\nsn=%f", sp[0]->s_sr, sp[0]->s_n); dsp_add(noish_perform, 3, x, sp[0]->s_vec, sp[0]->s_n); } |