Ignore:
Timestamp:
Dec 31, 2013, 12:06:20 AM (10 years ago)
Author:
Paul Brossier <piem@piem.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:
029bf4e
Parents:
2b43a9e
Message:

examples/: build with -Wmissing-declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubionotes.c

    r2b43a9e rd389e23  
    4646uint_t get_note (fvec_t * note_buffer, fvec_t * note_buffer2);
    4747
    48 static void
    49 process_block(fvec_t *ibuf, fvec_t *obuf) {
     48void process_block (fvec_t *ibuf, fvec_t *obuf)
     49{
    5050  fvec_zeros(obuf);
    5151  aubio_onset_do(o, ibuf, onset);
     
    9595}
    9696
    97 static void
    98 process_print (void) {
     97void process_print (void)
     98{
    9999  //if (verbose) outmsg("%f\n",pitch_obuf->data[0]);
    100100}
Note: See TracChangeset for help on using the changeset viewer.