feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since fc5bc72 was
660c1d82,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
added puredata aubiopitch~
added puredata aubiopitch~
|
-
Property mode set to
100644
|
File size:
504 bytes
|
Rev | Line | |
---|
[cf83555] | 1 | |
---|
| 2 | #include <m_pd.h> |
---|
| 3 | |
---|
| 4 | char aubio_version[] = "aubio external for pd, version 0.1"; |
---|
| 5 | |
---|
| 6 | void aubio_setup (void); |
---|
| 7 | extern void aubioonset_tilde_setup (void); |
---|
| 8 | extern void aubiotempo_tilde_setup (void); |
---|
| 9 | extern void aubiotss_tilde_setup (void); |
---|
| 10 | extern void aubioquiet_tilde_setup (void); |
---|
[660c1d82] | 11 | extern void aubiopitch_tilde_setup (void); |
---|
[cf83555] | 12 | |
---|
| 13 | void aubio_setup (void) |
---|
| 14 | { |
---|
| 15 | post(aubio_version); |
---|
| 16 | aubioonset_tilde_setup(); |
---|
| 17 | aubiotempo_tilde_setup(); |
---|
| 18 | aubiotss_tilde_setup(); |
---|
| 19 | aubioquiet_tilde_setup(); |
---|
[660c1d82] | 20 | aubiopitch_tilde_setup(); |
---|
[cf83555] | 21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.