aboutsummaryrefslogtreecommitdiff
path: root/cyclone/hammer/prob.c
diff options
context:
space:
mode:
Diffstat (limited to 'cyclone/hammer/prob.c')
-rw-r--r--cyclone/hammer/prob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cyclone/hammer/prob.c b/cyclone/hammer/prob.c
index e20e420..114a41d 100644
--- a/cyclone/hammer/prob.c
+++ b/cyclone/hammer/prob.c
@@ -274,6 +274,7 @@ static void *prob_new(void)
x->x_embedmode = 0; /* CHECKED */
x->x_silent = 0;
rand_seed(&x->x_seed, 0);
+ shared_usecompatibility();
outlet_new((t_object *)x, &s_float);
x->x_bangout = outlet_new((t_object *)x, &s_bang);
x->x_filehandle = hammerfile_new((t_pd *)x, prob_embedhook, 0, 0, 0);