move pd help to pattern-help.pd
authorPaul Brossier <piem@altern.org>
Sat, 27 May 2006 00:35:38 +0000 (00:35 +0000)
committerPaul Brossier <piem@altern.org>
Sat, 27 May 2006 00:35:38 +0000 (00:35 +0000)
move pd help to pattern-help.pd

plugins/puredata/Makefile.am
plugins/puredata/aubioonset~.c
plugins/puredata/aubiopitch~.c
plugins/puredata/aubioquiet~.c
plugins/puredata/aubiotempo~.c
plugins/puredata/aubiotss~.c
plugins/puredata/help/aubioonset~-help.pd [moved from plugins/puredata/help/help-aubioonset~.pd with 100% similarity]
plugins/puredata/help/aubiopitch~-help.pd [moved from plugins/puredata/help/help-aubiopitch~.pd with 100% similarity]
plugins/puredata/help/aubioquiet~-help.pd [moved from plugins/puredata/help/help-aubioquiet~.pd with 100% similarity]
plugins/puredata/help/aubiotempo~-help.pd [moved from plugins/puredata/help/help-aubiotempo~.pd with 100% similarity]
plugins/puredata/help/aubiotss~-help.pd [moved from plugins/puredata/help/help-aubiotss~.pd with 100% similarity]

index 91bb43221dc5be16eb98a2ec5388d81d1962d23c..efe206f8f4af4d01a62d31d5b69bc98b16486697 100644 (file)
@@ -38,11 +38,11 @@ AM_LDFLAGS = -L../../src/.libs -laubio -export_dynamic -shared
 ## Install the documentation.
 
 pdinstallref_DATA = \
-       help/help-aubioonset~.pd \
-       help/help-aubioquiet~.pd \
-       help/help-aubiotempo~.pd \
-       help/help-aubiotss~.pd \
-       help/help-aubiopitch~.pd
+       help/aubioonset~-help.pd \
+       help/aubioquiet~-help.pd \
+       help/aubiotempo~-help.pd \
+       help/aubiotss~-help.pd \
+       help/aubiopitch~-help.pd
 
 pdinstallexp_DATA = \
        examples/onset-cam.pd
index af1f58c4ea97525e0d2093cd35570d5082a75929..325f860cb0437066a0671a94d29b55db8aeecb85 100644 (file)
@@ -112,8 +112,6 @@ void aubioonset_tilde_setup (void)
        class_addmethod(aubioonset_tilde_class, 
                        (t_method)aubioonset_tilde_debug,
                        gensym("debug"), 0);
-       class_sethelpsymbol(aubioonset_tilde_class, 
-                       gensym("help-aubioonset~.pd"));
        CLASS_MAINSIGNALIN(aubioonset_tilde_class, 
                        t_aubioonset_tilde, threshold);
 }
index ffa4c13fddae8ed0e06cf328e190429545daf009..13df51f1b3c7c0b3ef738cf32d31c2cb1c5c1c69 100644 (file)
@@ -110,8 +110,6 @@ void aubiopitch_tilde_setup (void)
        class_addmethod(aubiopitch_tilde_class, 
                        (t_method)aubiopitch_tilde_debug,
                        gensym("debug"), 0);
-       class_sethelpsymbol(aubiopitch_tilde_class, 
-                       gensym("help-aubiopitch~.pd"));
        CLASS_MAINSIGNALIN(aubiopitch_tilde_class, 
                        t_aubiopitch_tilde, threshold);
 }
index 6d1c7aa2ef8b146f4ead8f98bac69ccf3bc48329..81e385dd15beaacf4c0256407ca8d4327f4a8c79 100644 (file)
@@ -111,8 +111,6 @@ void aubioquiet_tilde_setup (void)
        class_addmethod(aubioquiet_tilde_class, 
                        (t_method)aubioquiet_tilde_debug,
                        gensym("debug"), 0);
-       class_sethelpsymbol(aubioquiet_tilde_class, 
-                       gensym("help-aubioquiet~.pd"));
        CLASS_MAINSIGNALIN(aubioquiet_tilde_class, 
                        t_aubioquiet_tilde, threshold);
 }
index f17a1f993ea8047dad1d82bfabbe809af15406cc..27c1398b77911533c9108245f10824b49ec1a91c 100644 (file)
@@ -149,8 +149,6 @@ void aubiotempo_tilde_setup (void)
        class_addmethod(aubiotempo_tilde_class, 
                        (t_method)aubiotempo_tilde_debug,
                        gensym("debug"), 0);
-       class_sethelpsymbol(aubiotempo_tilde_class, 
-                       gensym("help-aubiotempo~.pd"));
        CLASS_MAINSIGNALIN(aubiotempo_tilde_class, 
                        t_aubiotempo_tilde, threshold);
 }
index 839fe8e28bc19ed5ceaa286dbbca98bb29b2b2a2..728318713fa8a0c0f8a49fdd04e2d4937eff3aab 100644 (file)
@@ -131,8 +131,6 @@ void aubiotss_tilde_setup (void)
        class_addmethod(aubiotss_tilde_class, 
                        (t_method)aubiotss_tilde_debug,
                        gensym("debug"), 0);
-       class_sethelpsymbol(aubiotss_tilde_class, 
-                       gensym("help-aubiotss~.pd"));
        CLASS_MAINSIGNALIN(aubiotss_tilde_class, 
                        t_aubiotss_tilde, thres);
 }