diff options
Diffstat (limited to 'cyclone/hammer/Trough.c')
-rw-r--r-- | cyclone/hammer/Trough.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cyclone/hammer/Trough.c b/cyclone/hammer/Trough.c index 4100688..75c4ebb 100644 --- a/cyclone/hammer/Trough.c +++ b/cyclone/hammer/Trough.c @@ -57,6 +57,7 @@ void Trough_setup(void) (t_newmethod)Trough_new, 0, sizeof(t_Trough), 0, 0); class_addcreator((t_newmethod)Trough_new, gensym("trough"), 0, 0); + class_addcreator((t_newmethod)Trough_new, gensym("cyclone/trough"), 0, 0); class_addbang(Trough_class, Trough_bang); class_addfloat(Trough_class, Trough_float); class_addmethod(Trough_class, (t_method)Trough_ft1, |