aboutsummaryrefslogtreecommitdiff
path: root/src/paramCustom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/paramCustom.c')
-rw-r--r--src/paramCustom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/paramCustom.c b/src/paramCustom.c
index 9b23461..8be3360 100644
--- a/src/paramCustom.c
+++ b/src/paramCustom.c
@@ -138,10 +138,11 @@ static void* paramCustom_new(t_symbol *s, int ac, t_atom *av)
x->nopresets = tof_find_tag('/',gensym("/nps"), ac-1, av+1);
-
+
x->param = param_register(x,root,path,\
NULL,\
(t_paramSaveMethod) paramCustom_save,\
+ NULL,\
NULL);
if (!x->param) return NULL;