From 08d21bf096cb2a2ab5ca3295e8bf8ff910102d82 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 27 May 2006 00:35:38 +0000 Subject: [PATCH] move pd help to pattern-help.pd move pd help to pattern-help.pd --- plugins/puredata/Makefile.am | 10 +++++----- plugins/puredata/aubioonset~.c | 2 -- plugins/puredata/aubiopitch~.c | 2 -- plugins/puredata/aubioquiet~.c | 2 -- plugins/puredata/aubiotempo~.c | 2 -- plugins/puredata/aubiotss~.c | 2 -- .../help/{help-aubioonset~.pd => aubioonset~-help.pd} | 0 .../help/{help-aubiopitch~.pd => aubiopitch~-help.pd} | 0 .../help/{help-aubioquiet~.pd => aubioquiet~-help.pd} | 0 .../help/{help-aubiotempo~.pd => aubiotempo~-help.pd} | 0 .../help/{help-aubiotss~.pd => aubiotss~-help.pd} | 0 11 files changed, 5 insertions(+), 15 deletions(-) rename plugins/puredata/help/{help-aubioonset~.pd => aubioonset~-help.pd} (100%) rename plugins/puredata/help/{help-aubiopitch~.pd => aubiopitch~-help.pd} (100%) rename plugins/puredata/help/{help-aubioquiet~.pd => aubioquiet~-help.pd} (100%) rename plugins/puredata/help/{help-aubiotempo~.pd => aubiotempo~-help.pd} (100%) rename plugins/puredata/help/{help-aubiotss~.pd => aubiotss~-help.pd} (100%) diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index 91bb4322..efe206f8 100644 --- a/plugins/puredata/Makefile.am +++ b/plugins/puredata/Makefile.am @@ -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 diff --git a/plugins/puredata/aubioonset~.c b/plugins/puredata/aubioonset~.c index af1f58c4..325f860c 100644 --- a/plugins/puredata/aubioonset~.c +++ b/plugins/puredata/aubioonset~.c @@ -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); } diff --git a/plugins/puredata/aubiopitch~.c b/plugins/puredata/aubiopitch~.c index ffa4c13f..13df51f1 100644 --- a/plugins/puredata/aubiopitch~.c +++ b/plugins/puredata/aubiopitch~.c @@ -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); } diff --git a/plugins/puredata/aubioquiet~.c b/plugins/puredata/aubioquiet~.c index 6d1c7aa2..81e385dd 100644 --- a/plugins/puredata/aubioquiet~.c +++ b/plugins/puredata/aubioquiet~.c @@ -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); } diff --git a/plugins/puredata/aubiotempo~.c b/plugins/puredata/aubiotempo~.c index f17a1f99..27c1398b 100644 --- a/plugins/puredata/aubiotempo~.c +++ b/plugins/puredata/aubiotempo~.c @@ -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); } diff --git a/plugins/puredata/aubiotss~.c b/plugins/puredata/aubiotss~.c index 839fe8e2..72831871 100644 --- a/plugins/puredata/aubiotss~.c +++ b/plugins/puredata/aubiotss~.c @@ -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); } diff --git a/plugins/puredata/help/help-aubioonset~.pd b/plugins/puredata/help/aubioonset~-help.pd similarity index 100% rename from plugins/puredata/help/help-aubioonset~.pd rename to plugins/puredata/help/aubioonset~-help.pd diff --git a/plugins/puredata/help/help-aubiopitch~.pd b/plugins/puredata/help/aubiopitch~-help.pd similarity index 100% rename from plugins/puredata/help/help-aubiopitch~.pd rename to plugins/puredata/help/aubiopitch~-help.pd diff --git a/plugins/puredata/help/help-aubioquiet~.pd b/plugins/puredata/help/aubioquiet~-help.pd similarity index 100% rename from plugins/puredata/help/help-aubioquiet~.pd rename to plugins/puredata/help/aubioquiet~-help.pd diff --git a/plugins/puredata/help/help-aubiotempo~.pd b/plugins/puredata/help/aubiotempo~-help.pd similarity index 100% rename from plugins/puredata/help/help-aubiotempo~.pd rename to plugins/puredata/help/aubiotempo~-help.pd diff --git a/plugins/puredata/help/help-aubiotss~.pd b/plugins/puredata/help/aubiotss~-help.pd similarity index 100% rename from plugins/puredata/help/help-aubiotss~.pd rename to plugins/puredata/help/aubiotss~-help.pd -- 2.26.2