Changeset 08d21bf


Ignore:
Timestamp:
May 27, 2006, 2:35:38 AM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
3901714
Parents:
52aee9b
Message:

move pd help to pattern-help.pd
move pd help to pattern-help.pd

Location:
plugins/puredata
Files:
6 edited
5 moved

Legend:

Unmodified
Added
Removed
  • plugins/puredata/Makefile.am

    r52aee9b r08d21bf  
    3939
    4040pdinstallref_DATA = \
    41         help/help-aubioonset~.pd \
    42         help/help-aubioquiet~.pd \
    43         help/help-aubiotempo~.pd \
    44         help/help-aubiotss~.pd \
    45         help/help-aubiopitch~.pd
     41        help/aubioonset~-help.pd \
     42        help/aubioquiet~-help.pd \
     43        help/aubiotempo~-help.pd \
     44        help/aubiotss~-help.pd \
     45        help/aubiopitch~-help.pd
    4646
    4747pdinstallexp_DATA = \
  • plugins/puredata/aubioonset~.c

    r52aee9b r08d21bf  
    113113                        (t_method)aubioonset_tilde_debug,
    114114                        gensym("debug"), 0);
    115         class_sethelpsymbol(aubioonset_tilde_class,
    116                         gensym("help-aubioonset~.pd"));
    117115        CLASS_MAINSIGNALIN(aubioonset_tilde_class,
    118116                        t_aubioonset_tilde, threshold);
  • plugins/puredata/aubiopitch~.c

    r52aee9b r08d21bf  
    111111                        (t_method)aubiopitch_tilde_debug,
    112112                        gensym("debug"), 0);
    113         class_sethelpsymbol(aubiopitch_tilde_class,
    114                         gensym("help-aubiopitch~.pd"));
    115113        CLASS_MAINSIGNALIN(aubiopitch_tilde_class,
    116114                        t_aubiopitch_tilde, threshold);
  • plugins/puredata/aubioquiet~.c

    r52aee9b r08d21bf  
    112112                        (t_method)aubioquiet_tilde_debug,
    113113                        gensym("debug"), 0);
    114         class_sethelpsymbol(aubioquiet_tilde_class,
    115                         gensym("help-aubioquiet~.pd"));
    116114        CLASS_MAINSIGNALIN(aubioquiet_tilde_class,
    117115                        t_aubioquiet_tilde, threshold);
  • plugins/puredata/aubiotempo~.c

    r52aee9b r08d21bf  
    150150                        (t_method)aubiotempo_tilde_debug,
    151151                        gensym("debug"), 0);
    152         class_sethelpsymbol(aubiotempo_tilde_class,
    153                         gensym("help-aubiotempo~.pd"));
    154152        CLASS_MAINSIGNALIN(aubiotempo_tilde_class,
    155153                        t_aubiotempo_tilde, threshold);
  • plugins/puredata/aubiotss~.c

    r52aee9b r08d21bf  
    132132                        (t_method)aubiotss_tilde_debug,
    133133                        gensym("debug"), 0);
    134         class_sethelpsymbol(aubiotss_tilde_class,
    135                         gensym("help-aubiotss~.pd"));
    136134        CLASS_MAINSIGNALIN(aubiotss_tilde_class,
    137135                        t_aubiotss_tilde, thres);
Note: See TracChangeset for help on using the changeset viewer.