Changeset 660c1d82 for plugins/puredata
- Timestamp:
- Feb 15, 2006, 11:47:13 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:
- 5140276
- Parents:
- d9101a5
- Location:
- plugins/puredata
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/Makefile.am
rd9101a5 r660c1d82 21 21 aubiotempo~.c \ 22 22 aubiotss~.c \ 23 aubioquiet~.c 23 aubioquiet~.c \ 24 aubiopitch~.c 24 25 25 26 pdincludedir = $(pddir)/src … … 41 42 help/help-aubioquiet~.pd \ 42 43 help/help-aubiotempo~.pd \ 43 help/help-aubiotss~.pd 44 help/help-aubiotss~.pd \ 45 help/help-aubiopitch~.pd 44 46 45 47 pdinstallexp_DATA = \ -
plugins/puredata/aubio_setup.c
rd9101a5 r660c1d82 9 9 extern void aubiotss_tilde_setup (void); 10 10 extern void aubioquiet_tilde_setup (void); 11 extern void aubiopitch_tilde_setup (void); 11 12 12 13 void aubio_setup (void) … … 17 18 aubiotss_tilde_setup(); 18 19 aubioquiet_tilde_setup(); 20 aubiopitch_tilde_setup(); 19 21 }
Note: See TracChangeset
for help on using the changeset viewer.