Changeset 08d21bf
- Timestamp:
- May 27, 2006, 2:35:38 AM (19 years ago)
- 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
- Location:
- plugins/puredata
- Files:
-
- 6 edited
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/Makefile.am
r52aee9b r08d21bf 39 39 40 40 pdinstallref_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~.pd41 help/aubioonset~-help.pd \ 42 help/aubioquiet~-help.pd \ 43 help/aubiotempo~-help.pd \ 44 help/aubiotss~-help.pd \ 45 help/aubiopitch~-help.pd 46 46 47 47 pdinstallexp_DATA = \ -
plugins/puredata/aubioonset~.c
r52aee9b r08d21bf 113 113 (t_method)aubioonset_tilde_debug, 114 114 gensym("debug"), 0); 115 class_sethelpsymbol(aubioonset_tilde_class,116 gensym("help-aubioonset~.pd"));117 115 CLASS_MAINSIGNALIN(aubioonset_tilde_class, 118 116 t_aubioonset_tilde, threshold); -
plugins/puredata/aubiopitch~.c
r52aee9b r08d21bf 111 111 (t_method)aubiopitch_tilde_debug, 112 112 gensym("debug"), 0); 113 class_sethelpsymbol(aubiopitch_tilde_class,114 gensym("help-aubiopitch~.pd"));115 113 CLASS_MAINSIGNALIN(aubiopitch_tilde_class, 116 114 t_aubiopitch_tilde, threshold); -
plugins/puredata/aubioquiet~.c
r52aee9b r08d21bf 112 112 (t_method)aubioquiet_tilde_debug, 113 113 gensym("debug"), 0); 114 class_sethelpsymbol(aubioquiet_tilde_class,115 gensym("help-aubioquiet~.pd"));116 114 CLASS_MAINSIGNALIN(aubioquiet_tilde_class, 117 115 t_aubioquiet_tilde, threshold); -
plugins/puredata/aubiotempo~.c
r52aee9b r08d21bf 150 150 (t_method)aubiotempo_tilde_debug, 151 151 gensym("debug"), 0); 152 class_sethelpsymbol(aubiotempo_tilde_class,153 gensym("help-aubiotempo~.pd"));154 152 CLASS_MAINSIGNALIN(aubiotempo_tilde_class, 155 153 t_aubiotempo_tilde, threshold); -
plugins/puredata/aubiotss~.c
r52aee9b r08d21bf 132 132 (t_method)aubiotss_tilde_debug, 133 133 gensym("debug"), 0); 134 class_sethelpsymbol(aubiotss_tilde_class,135 gensym("help-aubiotss~.pd"));136 134 CLASS_MAINSIGNALIN(aubiotss_tilde_class, 137 135 t_aubiotss_tilde, thres);
Note: See TracChangeset
for help on using the changeset viewer.