Ignore:
Timestamp:
Feb 15, 2006, 11:47:13 AM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

added puredata aubiopitch~
added puredata aubiopitch~

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/aubio_setup.c

    rd9101a5 r660c1d82  
    99extern void aubiotss_tilde_setup (void);
    1010extern void aubioquiet_tilde_setup (void);
     11extern void aubiopitch_tilde_setup (void);
    1112
    1213void aubio_setup (void)
     
    1718        aubiotss_tilde_setup();
    1819        aubioquiet_tilde_setup();
     20        aubiopitch_tilde_setup();
    1921}
Note: See TracChangeset for help on using the changeset viewer.