aboutsummaryrefslogtreecommitdiff
path: root/pdp2gem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pdp2gem.cpp')
-rw-r--r--pdp2gem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdp2gem.cpp b/pdp2gem.cpp
index a526fd9..2fba0c8 100644
--- a/pdp2gem.cpp
+++ b/pdp2gem.cpp
@@ -191,6 +191,7 @@ void pdp2gem :: obj_setupCallback(t_class *classPtr)
{
post( "pdp2gem : a bridge between PDP/PiDiP and GEM v"GEM2PDP_VERSION" (ydegoyon@free.fr)" );
class_addmethod(classPtr, (t_method)&pdp2gem::pdpCallback, gensym("pdp"), A_SYMBOL, A_DEFFLOAT, A_NULL);
+ class_sethelpsymbol( classPtr, gensym("pdp2gem.pd") );
}
void pdp2gem :: pdpCallback(void *data, t_symbol *action, t_floatarg fpcktno)