From ff6b00b82c7f3f1a1efae7ba00894604aa70a60d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 10 Nov 2005 22:15:07 +0000 Subject: switched over the help files to the Pd standard name; removed the explicit helpfile declaration since its not needed and causes problems svn path=/trunk/externals/maxlib/; revision=3878 --- src/pitch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pitch.c') diff --git a/src/pitch.c b/src/pitch.c index 01ab4e4..c584f7b 100644 --- a/src/pitch.c +++ b/src/pitch.c @@ -99,7 +99,7 @@ void pitch_setup(void) pitch_class = class_new(gensym("pitch"), (t_newmethod)pitch_new, 0, sizeof(t_pitch), 0, A_DEFFLOAT, 0); class_addfloat(pitch_class, pitch_float); - class_sethelpsymbol(pitch_class, gensym("help-pitch.pd")); + post(version); } #else @@ -109,6 +109,6 @@ void maxlib_pitch_setup(void) 0, sizeof(t_pitch), 0, A_DEFFLOAT, 0); class_addcreator((t_newmethod)pitch_new, gensym("pitch"), A_DEFFLOAT, 0); class_addfloat(pitch_class, pitch_float); - class_sethelpsymbol(pitch_class, gensym("maxlib/help-pitch.pd")); + class_sethelpsymbol(pitch_class, gensym("maxlib/pitch-help.pd")); } #endif -- cgit v1.2.1