## 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
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);
}
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);
}
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);
}
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);
}
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);
}