aboutsummaryrefslogtreecommitdiff
path: root/pin~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 03:09:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 03:09:14 +0000
commitaf2c8a166c053ea29cf543e0a15054bdd0e39799 (patch)
tree12293cda2cb8d1b3f8986820b0bf15a3a0066354 /pin~.c
parent90dcfc18b533454d99f1d02ee7f191c63e5ed728 (diff)
made mjLib conform to the CVS build system and 0.37 help patch naming scheme
svn path=/trunk/externals/mjlib/; revision=1572
Diffstat (limited to 'pin~.c')
-rw-r--r--pin~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pin~.c b/pin~.c
index 2934099..167a0bf 100644
--- a/pin~.c
+++ b/pin~.c
@@ -200,6 +200,6 @@ void pin_tilde_setup(void)
class_addmethod(pin_tilde_class, (t_method) pin_tilde_dsp, gensym("dsp"), (t_atomtype)0);
class_addmethod(pin_tilde_class, (t_method) pin_tilde_ticktime, gensym("tick") , A_DEFFLOAT , (t_atomtype)0 );
class_addmethod(pin_tilde_class, (t_method) pin_tilde_prob, gensym("prob") , A_DEFFLOAT , (t_atomtype)0 );
- class_sethelpsymbol(pin_tilde_class, gensym("mjLib/pin~"));
+
}