aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audience~/audience~-help.pd (renamed from audience~/help-audience~.pd)0
-rw-r--r--beatify~/beatify~-help.pd (renamed from beatify~/help-beatify~.pd)0
-rw-r--r--beatify~/beatify~.c1
-rw-r--r--blinkenlights/blinkenlights-help.pd (renamed from blinkenlights/help-blinkenlights.pd)0
-rw-r--r--blinkenlights/blinkenlights.c1
-rw-r--r--compressor~/compressor~-help.pd (renamed from compressor~/help-compressor~.pd)0
-rw-r--r--compressor~/compressor~.c1
-rw-r--r--cooled~/cooled~-help.pd (renamed from cooled~/help-cooled~.pd)0
-rw-r--r--cooled~/cooled~.c1
-rw-r--r--countund/countund-help.pd (renamed from countund/help-countund.pd)0
-rw-r--r--countund/countund.c1
-rw-r--r--disto~/disto~-help.pd (renamed from disto~/help-disto~.pd)0
-rw-r--r--disto~/disto~.c1
-rw-r--r--exciter/exciter-help.pd (renamed from exciter/help-exciter.pd)0
-rw-r--r--exciter/exciter.c1
-rw-r--r--filterbank~/filterbank~-help.pd (renamed from filterbank~/help-filterbank~.pd)0
-rw-r--r--filterbank~/filterbank~.c1
-rw-r--r--formant~/formant~-help.pd (renamed from formant~/help-formant~.pd)0
-rw-r--r--formant~/formant~.c1
-rw-r--r--grid/grid-help.pd (renamed from grid/help-grid.pd)0
-rw-r--r--grid/grid.c1
-rw-r--r--grid/grid2.c3
-rw-r--r--mp3amp~/graphic-mp3amp~-help.pd (renamed from mp3amp~/help-graphic-mp3amp~.pd)0
-rw-r--r--mp3amp~/mp3amp~-help.pd (renamed from mp3amp~/help-mp3amp~.pd)0
-rw-r--r--mp3amp~/mp3amp~.c1
-rw-r--r--mp3cast~/mp3cast~-help.pd (renamed from mp3cast~/help-mp3cast~.pd)0
-rw-r--r--mp3cast~/mp3cast~.c1
-rw-r--r--mp3live~/mp3fileout~.c1
-rw-r--r--mp3live~/mp3live~-help.pd (renamed from mp3live~/help-mp3live~.pd)0
-rw-r--r--mp3live~/mp3streamin~.c1
-rw-r--r--mp3live~/mp3streamout~.c1
-rw-r--r--mp3write~/mp3write~-help.pd (renamed from mp3write~/help-mp3write~.pd)0
-rw-r--r--mp3write~/mp3write~.c1
-rw-r--r--pd-unauthorized.info2
-rw-r--r--pianoroll/pianoroll-help.pd (renamed from pianoroll/help-pianoroll.pd)0
-rw-r--r--pianoroll/pianoroll.c1
-rw-r--r--playlist/playlist-help.pd (renamed from playlist/help-playlist.pd)0
-rw-r--r--playlist/playlist.c1
-rw-r--r--probalizer/probalizer-help.pd (renamed from probalizer/help-probalizer.pd)0
-rw-r--r--probalizer/probalizer.c1
-rw-r--r--randomblock~/randomblock~-help.pd (renamed from randomblock~/help-randomblock~.pd)0
-rw-r--r--randomblock~/randomblock~.c1
-rw-r--r--samplebox~/samplebox~-help.pd (renamed from samplebox~/help-samplebox~.pd)0
-rw-r--r--samplebox~/samplebox~.c1
-rw-r--r--scratcher~/scratcher~-help.pd (renamed from scratcher~/help-scratcher~.pd)0
-rw-r--r--scratcher~/scratcher~.c1
-rw-r--r--sonogram~/sonogram~-help.pd (renamed from sonogram~/help-sonogram~.pd)0
-rw-r--r--sonogram~/sonogram~-joge.c3
-rw-r--r--sonogram~/sonogram~-yves.c3
-rw-r--r--sonogram~/sonogram~.c1
-rw-r--r--sonogram~/sonograph~-help.pd (renamed from sonogram~/help-sonograph~.pd)0
-rw-r--r--speex~/speexin~.c1
-rw-r--r--speex~/speexout~.c1
-rw-r--r--speex~/speex~-help.pd (renamed from speex~/help-speex~.pd)0
-rw-r--r--spigot~/spigot~-help.pd (renamed from spigot~/help-spigot~.pd)0
-rw-r--r--spigot~/spigot~.c1
-rw-r--r--stkdrone~/stkdrone~-help.pd (renamed from stkdrone~/help-stkdrone~.pd)0
-rw-r--r--stksitar~/stksitar~-help.pd (renamed from stksitar~/help-stksitar~.pd)0
-rw-r--r--vocoder~/vocoder~-help.pd (renamed from vocoder~/help-vocoder~.pd)0
-rw-r--r--wahwah~/wahwah~-help.pd (renamed from wahwah~/help-wahwah~.pd)0
-rw-r--r--wahwah~/wahwah~.c1
61 files changed, 7 insertions, 31 deletions
diff --git a/audience~/help-audience~.pd b/audience~/audience~-help.pd
index ee90caf..ee90caf 100644
--- a/audience~/help-audience~.pd
+++ b/audience~/audience~-help.pd
diff --git a/beatify~/help-beatify~.pd b/beatify~/beatify~-help.pd
index 16577a0..16577a0 100644
--- a/beatify~/help-beatify~.pd
+++ b/beatify~/beatify~-help.pd
diff --git a/beatify~/beatify~.c b/beatify~/beatify~.c
index 3b5d4a3..69c2dd0 100644
--- a/beatify~/beatify~.c
+++ b/beatify~/beatify~.c
@@ -168,7 +168,6 @@ void beatify_tilde_setup(void)
beatify_class = class_new(gensym("beatify~"), (t_newmethod)beatify_new, 0,
sizeof(t_beatify), 0, 0);
CLASS_MAINSIGNALIN( beatify_class, t_beatify, x_f );
- class_sethelpsymbol( beatify_class, gensym("help-beatify~.pd") );
class_addmethod(beatify_class, (t_method)beatify_dsp, gensym("dsp"), 0);
class_addmethod(beatify_class, (t_method)beatify_attack, gensym("attack"), A_FLOAT, 0);
class_addmethod(beatify_class, (t_method)beatify_sustain, gensym("sustain"), A_FLOAT, 0);
diff --git a/blinkenlights/help-blinkenlights.pd b/blinkenlights/blinkenlights-help.pd
index 3fc28a6..3fc28a6 100644
--- a/blinkenlights/help-blinkenlights.pd
+++ b/blinkenlights/blinkenlights-help.pd
diff --git a/blinkenlights/blinkenlights.c b/blinkenlights/blinkenlights.c
index 478b284..4281a41 100644
--- a/blinkenlights/blinkenlights.c
+++ b/blinkenlights/blinkenlights.c
@@ -666,5 +666,4 @@ void blinkenlights_setup(void)
class_addmethod( blinkenlights_class, (t_method)blinkenlights_pixoff, gensym("pixoff"), A_FLOAT, A_FLOAT, 0);
class_addmethod( blinkenlights_class, (t_method)blinkenlights_pixel, gensym("pixel"), A_FLOAT, A_FLOAT, A_FLOAT, A_FLOAT, A_FLOAT, 0);
class_addmethod( blinkenlights_class, (t_method)blinkenlights_clear, gensym("clear"), 0);
- class_sethelpsymbol( blinkenlights_class, gensym("help-blinkenlights.pd"));
}
diff --git a/compressor~/help-compressor~.pd b/compressor~/compressor~-help.pd
index 0b5d277..0b5d277 100644
--- a/compressor~/help-compressor~.pd
+++ b/compressor~/compressor~-help.pd
diff --git a/compressor~/compressor~.c b/compressor~/compressor~.c
index e58fda2..01204f3 100644
--- a/compressor~/compressor~.c
+++ b/compressor~/compressor~.c
@@ -99,7 +99,6 @@ void compressor_tilde_setup(void)
compressor_class = class_new(gensym("compressor~"), (t_newmethod)compressor_new, 0,
sizeof(t_compressor), 0, 0);
CLASS_MAINSIGNALIN( compressor_class, t_compressor, x_f );
- class_sethelpsymbol( compressor_class, gensym("help-compressor~.pd") );
class_addmethod(compressor_class, (t_method)compressor_dsp, gensym("dsp"), 0);
class_addmethod(compressor_class, (t_method)compressor_strength, gensym("strength"), A_FLOAT, 0);
}
diff --git a/cooled~/help-cooled~.pd b/cooled~/cooled~-help.pd
index 19a6d67..19a6d67 100644
--- a/cooled~/help-cooled~.pd
+++ b/cooled~/cooled~-help.pd
diff --git a/cooled~/cooled~.c b/cooled~/cooled~.c
index d0641d1..249c549 100644
--- a/cooled~/cooled~.c
+++ b/cooled~/cooled~.c
@@ -1355,7 +1355,6 @@ void cooled_tilde_setup(void)
post(cooled_version);
cooled_class = class_new(gensym("cooled~"), (t_newmethod)cooled_new, (t_method)cooled_free,
sizeof(t_cooled), 0, A_GIMME, 0);
- class_sethelpsymbol( cooled_class, gensym("help-cooled~.pd") );
// set callbacks
cooled_widgetbehavior.w_getrectfn = cooled_getrect;
diff --git a/countund/help-countund.pd b/countund/countund-help.pd
index 89c1207..89c1207 100644
--- a/countund/help-countund.pd
+++ b/countund/countund-help.pd
diff --git a/countund/countund.c b/countund/countund.c
index 8ce5376..ac21f8e 100644
--- a/countund/countund.c
+++ b/countund/countund.c
@@ -115,5 +115,4 @@ void countund_setup(void)
sizeof(t_countund), 0, A_DEFFLOAT, 0);
class_addmethod( countund_class, (t_method)countund_bang, &s_bang, 0);
class_addmethod( countund_class, (t_method)countund_limit, gensym("limit"), A_FLOAT, 0);
- class_sethelpsymbol( countund_class, gensym("help-countund.pd"));
}
diff --git a/disto~/help-disto~.pd b/disto~/disto~-help.pd
index 593702b..593702b 100644
--- a/disto~/help-disto~.pd
+++ b/disto~/disto~-help.pd
diff --git a/disto~/disto~.c b/disto~/disto~.c
index 4f3b81f..66865db 100644
--- a/disto~/disto~.c
+++ b/disto~/disto~.c
@@ -476,7 +476,6 @@ void disto_tilde_setup(void)
sizeof(t_disto), 0, 0);
CLASS_MAINSIGNALIN( disto_class, t_disto, x_f );
- class_sethelpsymbol( disto_class, gensym("help-disto~.pd") );
class_addmethod(disto_class, (t_method)disto_drive, gensym("drive"), A_FLOAT, 0);
class_addmethod(disto_class, (t_method)disto_drymix, gensym("drymix"), A_FLOAT, 0);
class_addmethod(disto_class, (t_method)disto_wetmix, gensym("wetmix"), A_FLOAT, 0);
diff --git a/exciter/help-exciter.pd b/exciter/exciter-help.pd
index ab60831..ab60831 100644
--- a/exciter/help-exciter.pd
+++ b/exciter/exciter-help.pd
diff --git a/exciter/exciter.c b/exciter/exciter.c
index 0fbe21e..0faf3d4 100644
--- a/exciter/exciter.c
+++ b/exciter/exciter.c
@@ -824,7 +824,6 @@ void exciter_setup(void)
class_setpropertiesfn(exciter_class, &exciter_properties);
#endif
class_setwidget(exciter_class, &exciter_widgetbehavior);
- class_sethelpsymbol(exciter_class, gensym("help-exciter.pd"));
}
/* OPTIONAL */
diff --git a/filterbank~/help-filterbank~.pd b/filterbank~/filterbank~-help.pd
index 855e833..855e833 100644
--- a/filterbank~/help-filterbank~.pd
+++ b/filterbank~/filterbank~-help.pd
diff --git a/filterbank~/filterbank~.c b/filterbank~/filterbank~.c
index df52a00..2ef8dad 100644
--- a/filterbank~/filterbank~.c
+++ b/filterbank~/filterbank~.c
@@ -668,5 +668,4 @@ void filterbank_tilde_setup(void)
class_setpropertiesfn(filterbank_class_tilde, &filterbank_properties);
#endif
class_setwidget(filterbank_class_tilde, &filterbank_widgetbehavior);
- class_sethelpsymbol(filterbank_class_tilde, gensym("help-filterbank~.pd"));
}
diff --git a/formant~/help-formant~.pd b/formant~/formant~-help.pd
index c8102b4..c8102b4 100644
--- a/formant~/help-formant~.pd
+++ b/formant~/formant~-help.pd
diff --git a/formant~/formant~.c b/formant~/formant~.c
index 609641a..b327a8b 100644
--- a/formant~/formant~.c
+++ b/formant~/formant~.c
@@ -243,7 +243,6 @@ void formant_tilde_setup(void)
post(formant_version);
formant_class = class_new(gensym("formant~"), (t_newmethod)formant_new, (t_method)formant_free,
sizeof(t_formant), 0, A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, 0);
- class_sethelpsymbol( formant_class, gensym("help-formant~") );
class_addmethod(formant_class, (t_method)formant_dsp, gensym("dsp"), 0);
class_addmethod(formant_class, (t_method)formant_size, gensym("size"), A_FLOAT, 0);
class_addmethod(formant_class, (t_method)formant_bang, gensym("bang"), 0);
diff --git a/grid/help-grid.pd b/grid/grid-help.pd
index b31c29e..b31c29e 100644
--- a/grid/help-grid.pd
+++ b/grid/grid-help.pd
diff --git a/grid/grid.c b/grid/grid.c
index 2f61374..2b3149b 100644
--- a/grid/grid.c
+++ b/grid/grid.c
@@ -683,5 +683,4 @@ void grid_setup(void)
class_setpropertiesfn(grid_class, &grid_properties);
#endif
class_setwidget(grid_class, &grid_widgetbehavior);
- class_sethelpsymbol(grid_class, gensym("help-grid.pd"));
}
diff --git a/grid/grid2.c b/grid/grid2.c
index 070aa04..06d5b5e 100644
--- a/grid/grid2.c
+++ b/grid/grid2.c
@@ -544,10 +544,11 @@ void grid_setup(void)
#if PD_MINOR_VERSION < 37 || !defined(PD_MINOR_VERSION)
grid_widgetbehavior.w_propertiesfn = grid_properties;
grid_widgetbehavior.w_savefn = grid_save;
+/* this is needed to make the help patch work on < 0.37 */
+ class_sethelpsymbol(grid_class, gensym("grid-help.pd"));
#else
class_setsavefn(grid_class, &grid_save);
class_setpropertiesfn(grid_class, &grid_properties);
#endif
class_setwidget(grid_class, &grid_widgetbehavior);
- class_sethelpsymbol(grid_class, gensym("help-grid.pd"));
}
diff --git a/mp3amp~/help-graphic-mp3amp~.pd b/mp3amp~/graphic-mp3amp~-help.pd
index 241a607..241a607 100644
--- a/mp3amp~/help-graphic-mp3amp~.pd
+++ b/mp3amp~/graphic-mp3amp~-help.pd
diff --git a/mp3amp~/help-mp3amp~.pd b/mp3amp~/mp3amp~-help.pd
index 47249b7..47249b7 100644
--- a/mp3amp~/help-mp3amp~.pd
+++ b/mp3amp~/mp3amp~-help.pd
diff --git a/mp3amp~/mp3amp~.c b/mp3amp~/mp3amp~.c
index debbb0c..a8d8ff7 100644
--- a/mp3amp~/mp3amp~.c
+++ b/mp3amp~/mp3amp~.c
@@ -1251,5 +1251,4 @@ void mp3amp_tilde_setup(void)
class_addmethod(mp3amp_class, (t_method)mp3amp_connect_url, gensym("connecturl"), A_SYMBOL, 0);
class_addmethod(mp3amp_class, (t_method)mp3amp_standby, gensym("standby"), A_DEFFLOAT, 0);
class_addmethod(mp3amp_class, (t_method)mp3amp_disconnect, gensym("disconnect"), 0);
- class_sethelpsymbol(mp3amp_class, gensym("help-mp3amp~.pd"));
}
diff --git a/mp3cast~/help-mp3cast~.pd b/mp3cast~/mp3cast~-help.pd
index c7d8e72..c7d8e72 100644
--- a/mp3cast~/help-mp3cast~.pd
+++ b/mp3cast~/mp3cast~-help.pd
diff --git a/mp3cast~/mp3cast~.c b/mp3cast~/mp3cast~.c
index 2f01fc3..c5a4b81 100644
--- a/mp3cast~/mp3cast~.c
+++ b/mp3cast~/mp3cast~.c
@@ -903,7 +903,6 @@ void mp3cast_tilde_setup(void)
mp3cast_class = class_new(gensym("mp3cast~"), (t_newmethod)mp3cast_new, (t_method)mp3cast_free,
sizeof(t_mp3cast), 0, 0);
CLASS_MAINSIGNALIN(mp3cast_class, t_mp3cast, x_f );
- class_sethelpsymbol(mp3cast_class, gensym("help-mp3cast~.pd"));
class_addmethod(mp3cast_class, (t_method)mp3cast_dsp, gensym("dsp"), 0);
class_addmethod(mp3cast_class, (t_method)mp3cast_connect, gensym("connect"), A_SYMBOL, A_FLOAT, 0);
class_addmethod(mp3cast_class, (t_method)mp3cast_disconnect, gensym("disconnect"), 0);
diff --git a/mp3live~/mp3fileout~.c b/mp3live~/mp3fileout~.c
index 41476f1..3782c7e 100644
--- a/mp3live~/mp3fileout~.c
+++ b/mp3live~/mp3fileout~.c
@@ -550,5 +550,4 @@ void mp3fileout_tilde_setup(void)
class_addmethod(mp3fileout_class, (t_method)mp3fileout_resume, gensym("resume"), 0);
class_addmethod(mp3fileout_class, (t_method)mp3fileout_seek, gensym("seek"), A_DEFFLOAT, 0);
class_addmethod(mp3fileout_class, (t_method)mp3fileout_stop, gensym("stop"), 0);
- class_sethelpsymbol(mp3fileout_class, gensym("help-mp3live~.pd"));
}
diff --git a/mp3live~/help-mp3live~.pd b/mp3live~/mp3live~-help.pd
index ac68464..ac68464 100644
--- a/mp3live~/help-mp3live~.pd
+++ b/mp3live~/mp3live~-help.pd
diff --git a/mp3live~/mp3streamin~.c b/mp3live~/mp3streamin~.c
index 54fe5ac..0d88096 100644
--- a/mp3live~/mp3streamin~.c
+++ b/mp3live~/mp3streamin~.c
@@ -666,5 +666,4 @@ void mp3streamin_tilde_setup(void)
class_addmethod(mp3streamin_class, nullfn, gensym("signal"), 0);
class_addmethod(mp3streamin_class, (t_method) mp3streamin_dsp, gensym("dsp"), 0);
- class_sethelpsymbol(mp3streamin_class, gensym("help-mp3live~.pd"));
}
diff --git a/mp3live~/mp3streamout~.c b/mp3live~/mp3streamout~.c
index 4c6ce1c..414af92 100644
--- a/mp3live~/mp3streamout~.c
+++ b/mp3live~/mp3streamout~.c
@@ -725,7 +725,6 @@ void mp3streamout_tilde_setup(void)
mp3streamout_class = class_new(gensym("mp3streamout~"), (t_newmethod)mp3streamout_new, (t_method)mp3streamout_free,
sizeof(t_mp3streamout), 0, 0);
CLASS_MAINSIGNALIN(mp3streamout_class, t_mp3streamout, x_f );
- class_sethelpsymbol(mp3streamout_class, gensym("help-mp3live~.pd"));
class_addmethod(mp3streamout_class, (t_method)mp3streamout_dsp, gensym("dsp"), 0);
class_addmethod(mp3streamout_class, (t_method)mp3streamout_connect, gensym("connect"), A_SYMBOL, A_FLOAT, 0);
class_addmethod(mp3streamout_class, (t_method)mp3streamout_disconnect, gensym("disconnect"), 0);
diff --git a/mp3write~/help-mp3write~.pd b/mp3write~/mp3write~-help.pd
index 0e575ba..0e575ba 100644
--- a/mp3write~/help-mp3write~.pd
+++ b/mp3write~/mp3write~-help.pd
diff --git a/mp3write~/mp3write~.c b/mp3write~/mp3write~.c
index 8374703..e3afe7c 100644
--- a/mp3write~/mp3write~.c
+++ b/mp3write~/mp3write~.c
@@ -711,7 +711,6 @@ void mp3write_tilde_setup(void)
mp3write_class = class_new(gensym("mp3write~"), (t_newmethod)mp3write_new, (t_method)mp3write_free,
sizeof(t_mp3write), 0, 0);
CLASS_MAINSIGNALIN(mp3write_class, t_mp3write, x_f );
- class_sethelpsymbol(mp3write_class, gensym("help-mp3write~.pd"));
class_addmethod(mp3write_class, (t_method)mp3write_dsp, gensym("dsp"), 0);
class_addmethod(mp3write_class, (t_method)mp3write_open, gensym("open"), A_SYMBOL, 0);
class_addmethod(mp3write_class, (t_method)mp3write_mpeg, gensym("mpeg"), A_FLOAT, A_FLOAT, A_FLOAT, A_FLOAT, 0);
diff --git a/pd-unauthorized.info b/pd-unauthorized.info
index f78d4bd..101bde4 100644
--- a/pd-unauthorized.info
+++ b/pd-unauthorized.info
@@ -1,6 +1,6 @@
Title Unauthorized Externals for Pd
Version MSP standard paths
-Description Yves Degoyon's Unauthorized Externals
+Description Yves Degoyon's 'Unauthorized' Externals
DefaultLocation /usr/local/lib
DeleteWarning
diff --git a/pianoroll/help-pianoroll.pd b/pianoroll/pianoroll-help.pd
index 809fec9..809fec9 100644
--- a/pianoroll/help-pianoroll.pd
+++ b/pianoroll/pianoroll-help.pd
diff --git a/pianoroll/pianoroll.c b/pianoroll/pianoroll.c
index c2d8aff..1cc0a07 100644
--- a/pianoroll/pianoroll.c
+++ b/pianoroll/pianoroll.c
@@ -814,5 +814,4 @@ void pianoroll_setup(void)
class_setpropertiesfn(pianoroll_class, &pianoroll_properties);
#endif
class_setwidget(pianoroll_class, &pianoroll_widgetbehavior);
- class_sethelpsymbol(pianoroll_class, gensym("help-pianoroll.pd"));
}
diff --git a/playlist/help-playlist.pd b/playlist/playlist-help.pd
index f399ac3..f399ac3 100644
--- a/playlist/help-playlist.pd
+++ b/playlist/playlist-help.pd
diff --git a/playlist/playlist.c b/playlist/playlist.c
index a4d7522..aae284d 100644
--- a/playlist/playlist.c
+++ b/playlist/playlist.c
@@ -757,5 +757,4 @@ void playlist_setup(void)
#endif
class_setwidget(playlist_class, &playlist_widgetbehavior);
- class_sethelpsymbol(playlist_class, gensym("help-playlist.pd"));
}
diff --git a/probalizer/help-probalizer.pd b/probalizer/probalizer-help.pd
index b3baa89..b3baa89 100644
--- a/probalizer/help-probalizer.pd
+++ b/probalizer/probalizer-help.pd
diff --git a/probalizer/probalizer.c b/probalizer/probalizer.c
index 462ff98..cae6178 100644
--- a/probalizer/probalizer.c
+++ b/probalizer/probalizer.c
@@ -701,5 +701,4 @@ void probalizer_setup(void)
class_setpropertiesfn(probalizer_class, &probalizer_properties);
#endif
class_setwidget(probalizer_class, &probalizer_widgetbehavior);
- class_sethelpsymbol(probalizer_class, gensym("help-probalizer.pd"));
}
diff --git a/randomblock~/help-randomblock~.pd b/randomblock~/randomblock~-help.pd
index d4b2e5d..d4b2e5d 100644
--- a/randomblock~/help-randomblock~.pd
+++ b/randomblock~/randomblock~-help.pd
diff --git a/randomblock~/randomblock~.c b/randomblock~/randomblock~.c
index cffa25e..c5ca687 100644
--- a/randomblock~/randomblock~.c
+++ b/randomblock~/randomblock~.c
@@ -115,5 +115,4 @@ void randomblock_tilde_setup(void)
sizeof(t_randomblock), 0, A_DEFFLOAT, 0);
class_addmethod( randomblock_class, (t_method)randomblock_dsp, gensym("dsp"), 0);
class_addmethod( randomblock_class, (t_method)randomblock_limit, gensym("limit"), A_FLOAT, 0);
- class_sethelpsymbol( randomblock_class, gensym("help-randomblock~.pd"));
}
diff --git a/samplebox~/help-samplebox~.pd b/samplebox~/samplebox~-help.pd
index 9b5b6f5..9b5b6f5 100644
--- a/samplebox~/help-samplebox~.pd
+++ b/samplebox~/samplebox~-help.pd
diff --git a/samplebox~/samplebox~.c b/samplebox~/samplebox~.c
index aea6c11..b5abed6 100644
--- a/samplebox~/samplebox~.c
+++ b/samplebox~/samplebox~.c
@@ -514,7 +514,6 @@ void samplebox_tilde_setup(void)
post(samplebox_version);
samplebox_class = class_new(gensym("samplebox~"), (t_newmethod)samplebox_new, (t_method)samplebox_free,
sizeof(t_samplebox), 0, A_DEFFLOAT, 0);
- class_sethelpsymbol( samplebox_class, gensym("help-samplebox~.pd") );
CLASS_MAINSIGNALIN( samplebox_class, t_samplebox, x_f );
class_addmethod(samplebox_class, (t_method)samplebox_dsp, gensym("dsp"), 0);
class_addmethod(samplebox_class, (t_method)samplebox_record, gensym("record"), 0);
diff --git a/scratcher~/help-scratcher~.pd b/scratcher~/scratcher~-help.pd
index 4a9149c..4a9149c 100644
--- a/scratcher~/help-scratcher~.pd
+++ b/scratcher~/scratcher~-help.pd
diff --git a/scratcher~/scratcher~.c b/scratcher~/scratcher~.c
index 664ed20..1045ff0 100644
--- a/scratcher~/scratcher~.c
+++ b/scratcher~/scratcher~.c
@@ -768,7 +768,6 @@ void scratcher_tilde_setup(void)
#include "scratcher~.tk2c"
scratcher_class = class_new(gensym("scratcher~"), (t_newmethod)scratcher_new, (t_method)scratcher_free,
sizeof(t_scratcher), 0, A_GIMME, 0);
- class_sethelpsymbol( scratcher_class, gensym("help-scratcher~.pd") );
// set callbacks
scratcher_widgetbehavior.w_getrectfn = scratcher_getrect;
diff --git a/sonogram~/help-sonogram~.pd b/sonogram~/sonogram~-help.pd
index ab00898..ab00898 100644
--- a/sonogram~/help-sonogram~.pd
+++ b/sonogram~/sonogram~-help.pd
diff --git a/sonogram~/sonogram~-joge.c b/sonogram~/sonogram~-joge.c
index e9c8927..dc6e6b6 100644
--- a/sonogram~/sonogram~-joge.c
+++ b/sonogram~/sonogram~-joge.c
@@ -1982,7 +1982,6 @@ void sonogram_tilde_setup(void)
post(sonogram_version);
sonogram_class = class_new(gensym("sonogram~"), (t_newmethod)sonogram_new, (t_method)sonogram_free,
sizeof(t_sonogram), 0, A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, 0);
- class_sethelpsymbol( sonogram_class, gensym("help-sonogram~.pd") );
// set callbacks
sonogram_widgetbehavior.w_getrectfn = sonogram_getrect;
@@ -2001,6 +2000,8 @@ void sonogram_tilde_setup(void)
#if PD_MINOR_VERSION < 37 || !defined(PD_MINOR_VERSION)
sonogram_widgetbehavior.w_propertiesfn = NULL;
sonogram_widgetbehavior.w_savefn = sonogram_save;
+/* this is needed to make the help patch work on < 0.37 */
+ class_sethelpsymbol( sonogram_class, gensym("sonogram~-help.pd") );
#else
class_setpropertiesfn(sonogram_class, NULL);
class_setsavefn(sonogram_class, &sonogram_save);
diff --git a/sonogram~/sonogram~-yves.c b/sonogram~/sonogram~-yves.c
index 4886284..02e5f47 100644
--- a/sonogram~/sonogram~-yves.c
+++ b/sonogram~/sonogram~-yves.c
@@ -1953,7 +1953,6 @@ void sonogram_tilde_setup(void)
post(sonogram_version);
sonogram_class = class_new(gensym("sonogram~"), (t_newmethod)sonogram_new, (t_method)sonogram_free,
sizeof(t_sonogram), 0, A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, 0);
- class_sethelpsymbol( sonogram_class, gensym("help-sonogram~.pd") );
// set callbacks
sonogram_widgetbehavior.w_getrectfn = sonogram_getrect;
@@ -1972,6 +1971,8 @@ void sonogram_tilde_setup(void)
#if PD_MINOR_VERSION < 37 || !defined(PD_MINOR_VERSION)
sonogram_widgetbehavior.w_propertiesfn = NULL;
sonogram_widgetbehavior.w_savefn = sonogram_save;
+/* this is needed to make the help patch work on < 0.37 */
+ class_sethelpsymbol( sonogram_class, gensym("sonogram~-help.pd") );
#else
class_setpropertiesfn(sonogram_class, NULL);
class_setsavefn(sonogram_class, &sonogram_save);
diff --git a/sonogram~/sonogram~.c b/sonogram~/sonogram~.c
index 61d12d9..8c1d989 100644
--- a/sonogram~/sonogram~.c
+++ b/sonogram~/sonogram~.c
@@ -2018,7 +2018,6 @@ void sonogram_tilde_setup(void)
post(sonogram_version);
sonogram_class = class_new(gensym("sonogram~"), (t_newmethod)sonogram_new, (t_method)sonogram_free,
sizeof(t_sonogram), 0, A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, 0);
- class_sethelpsymbol( sonogram_class, gensym("help-sonogram~.pd") );
// set callbacks
sonogram_widgetbehavior.w_getrectfn = sonogram_getrect;
diff --git a/sonogram~/help-sonograph~.pd b/sonogram~/sonograph~-help.pd
index 4352c3d..4352c3d 100644
--- a/sonogram~/help-sonograph~.pd
+++ b/sonogram~/sonograph~-help.pd
diff --git a/speex~/speexin~.c b/speex~/speexin~.c
index 161c9de..9f6d477 100644
--- a/speex~/speexin~.c
+++ b/speex~/speexin~.c
@@ -603,5 +603,4 @@ void speexin_tilde_setup(void)
class_addmethod(speexin_class, nullfn, gensym("signal"), 0);
class_addmethod(speexin_class, (t_method) speexin_dsp, gensym("dsp"), 0);
- class_sethelpsymbol(speexin_class, gensym("help-speex~.pd"));
}
diff --git a/speex~/speexout~.c b/speex~/speexout~.c
index cab3746..5be7c50 100644
--- a/speex~/speexout~.c
+++ b/speex~/speexout~.c
@@ -443,7 +443,6 @@ void speexout_tilde_setup(void)
speexout_class = class_new(gensym("speexout~"), (t_newmethod)speexout_new, (t_method)speexout_free,
sizeof(t_speexout), 0, A_GIMME, 0);
CLASS_MAINSIGNALIN(speexout_class, t_speexout, x_f );
- class_sethelpsymbol(speexout_class, gensym("help-speex~.pd"));
class_addmethod(speexout_class, (t_method)speexout_dsp, gensym("dsp"), 0);
class_addmethod(speexout_class, (t_method)speexout_connect, gensym("connect"), A_SYMBOL, A_FLOAT, 0);
class_addmethod(speexout_class, (t_method)speexout_disconnect, gensym("disconnect"), 0);
diff --git a/speex~/help-speex~.pd b/speex~/speex~-help.pd
index d1c40d4..d1c40d4 100644
--- a/speex~/help-speex~.pd
+++ b/speex~/speex~-help.pd
diff --git a/spigot~/help-spigot~.pd b/spigot~/spigot~-help.pd
index eb7f0eb..eb7f0eb 100644
--- a/spigot~/help-spigot~.pd
+++ b/spigot~/spigot~-help.pd
diff --git a/spigot~/spigot~.c b/spigot~/spigot~.c
index 934db00..fe54152 100644
--- a/spigot~/spigot~.c
+++ b/spigot~/spigot~.c
@@ -69,7 +69,6 @@ void spigot_tilde_setup(void)
spigot_class = class_new(gensym("spigot~"), (t_newmethod)spigot_new, 0,
sizeof(t_spigot), 0, 0);
CLASS_MAINSIGNALIN( spigot_class, t_spigot, x_f );
- class_sethelpsymbol(spigot_class, gensym("help-spigot~.pd"));
class_addmethod(spigot_class, (t_method)spigot_dsp, gensym("dsp"), 0);
class_addmethod(spigot_class, (t_method)spigot_set, gensym("seton"), A_FLOAT, 0);
}
diff --git a/stkdrone~/help-stkdrone~.pd b/stkdrone~/stkdrone~-help.pd
index a65624b..a65624b 100644
--- a/stkdrone~/help-stkdrone~.pd
+++ b/stkdrone~/stkdrone~-help.pd
diff --git a/stksitar~/help-stksitar~.pd b/stksitar~/stksitar~-help.pd
index 986edd0..986edd0 100644
--- a/stksitar~/help-stksitar~.pd
+++ b/stksitar~/stksitar~-help.pd
diff --git a/vocoder~/help-vocoder~.pd b/vocoder~/vocoder~-help.pd
index 7bbf3b2..7bbf3b2 100644
--- a/vocoder~/help-vocoder~.pd
+++ b/vocoder~/vocoder~-help.pd
diff --git a/wahwah~/help-wahwah~.pd b/wahwah~/wahwah~-help.pd
index 8afeb3c..8afeb3c 100644
--- a/wahwah~/help-wahwah~.pd
+++ b/wahwah~/wahwah~-help.pd
diff --git a/wahwah~/wahwah~.c b/wahwah~/wahwah~.c
index 72c77d4..7f9a9ed 100644
--- a/wahwah~/wahwah~.c
+++ b/wahwah~/wahwah~.c
@@ -396,7 +396,6 @@ void wahwah_tilde_setup(void)
sizeof(t_wahwah), 0, 0);
CLASS_MAINSIGNALIN( wahwah_class, t_wahwah, x_f );
- class_sethelpsymbol( wahwah_class, gensym("help-wahwah~.pd") );
class_addmethod(wahwah_class, (t_method)wahwah_step, gensym("step"), A_FLOAT, 0);
class_addmethod(wahwah_class, (t_method)wahwah_minfreq, gensym("minfreq"), A_FLOAT, 0);
class_addmethod(wahwah_class, (t_method)wahwah_maxfreq, gensym("maxfreq"), A_FLOAT, 0);