aboutsummaryrefslogtreecommitdiff
path: root/src/sfplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfplay.c')
-rw-r--r--src/sfplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfplay.c b/src/sfplay.c
index 87b0c2b..ed73d02 100644
--- a/src/sfplay.c
+++ b/src/sfplay.c
@@ -625,7 +625,7 @@ static void *sfplay_new(t_floatarg chan,t_floatarg skip)
while (c--) {
outlet_new(&x->x_obj, gensym("signal")); /* channels outlet */
}
- x->bangout = outlet_new(&x->x_obj, &s_bang);
+ x->bangout = outlet_new(&x->x_obj, gensym("bang"));
x->filep = t_getbytes(DACBLKSIZE*sizeof(short)*x->x_channels);