aboutsummaryrefslogtreecommitdiff
path: root/pd/src/d_ugen.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/d_ugen.c')
-rw-r--r--pd/src/d_ugen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pd/src/d_ugen.c b/pd/src/d_ugen.c
index fe49b7de..3fa7db54 100644
--- a/pd/src/d_ugen.c
+++ b/pd/src/d_ugen.c
@@ -219,7 +219,7 @@ static void block_float(t_block *x, t_floatarg f)
static void block_bang(t_block *x)
{
- if (x->x_switched && !x->x_switchon)
+ if (x->x_switched && !x->x_switchon && dsp_chain)
{
t_int *ip;
x->x_return = 1;