diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
commit | 5879bc9332a97d74274f79a1b9207928b3f2c11b (patch) | |
tree | 6a6df9c3ff563becc02d53e4c8e31d6fce7b91f4 /cupd | |
parent | ad2fa00781022a50a7e3ceab91b7e641dc12a165 (diff) |
renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way
svn path=/trunk/externals/ekext/; revision=8774
Diffstat (limited to 'cupd')
-rw-r--r-- | cupd/cupd-help.pd (renamed from cupd/help-cupd.pd) | 0 | ||||
-rw-r--r-- | cupd/cupd.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cupd/help-cupd.pd b/cupd/cupd-help.pd index 2bd8d67..2bd8d67 100644 --- a/cupd/help-cupd.pd +++ b/cupd/cupd-help.pd diff --git a/cupd/cupd.c b/cupd/cupd.c index f699c10..66d42c0 100644 --- a/cupd/cupd.c +++ b/cupd/cupd.c @@ -62,7 +62,7 @@ void cupd_setup(void) 0, sizeof(t_cupd), 0, A_DEFFLOAT, 0); post("cupd counts up ^_^ and down _^_"); - class_sethelpsymbol(cupd_class, gensym("help-cupd")); + class_addbang(cupd_class, cupd_bang); class_addfloat(cupd_class, cupd_float); class_addmethod(cupd_class, (t_method)cupd_setbang, gensym("setbang"), A_DEFFLOAT, 0);} |