- Timestamp:
- Jul 13, 2008, 9:57:55 PM (16 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:
- 6c25201
- Parents:
- 4d7ced9
- Location:
- plugins/puredata
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/Makefile.am
r4d7ced9 r6f9615c 28 28 aubiotss~.c \ 29 29 aubioquiet~.c \ 30 aubiopitch~.c 30 aubiopitch~.c \ 31 aubiozcr~.c 31 32 32 33 aubio_pd_linux_SOURCES = $(ALLSOURCES) -
plugins/puredata/aubio_setup.c
r4d7ced9 r6f9615c 18 18 extern void aubioquiet_tilde_setup (void); 19 19 extern void aubiopitch_tilde_setup (void); 20 extern void aubiozcr_tilde_setup (void); 20 21 21 22 void *aubio_new (void) … … 33 34 aubioquiet_tilde_setup(); 34 35 aubiopitch_tilde_setup(); 36 aubiozcr_tilde_setup(); 35 37 aubio_class = class_new(gensym("aubio"), (t_newmethod)aubio_new, 0, 36 38 sizeof(t_aubio), 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.