Changeset 5c4ec3c for examples


Ignore:
Timestamp:
Oct 2, 2009, 1:19:10 AM (15 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:
38e9732
Parents:
2f64b0e
Message:

src/mathutils.{c,h}: rename all vec_ to fvec_

Location:
examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r2f64b0e r5c4ec3c  
    477477    note_buffer2->data[0][i] = note_buffer->data[0][i];
    478478  }
    479   return vec_median (note_buffer2);
     479  return fvec_median (note_buffer2);
    480480}
    481481
  • examples/utils.h

    r2f64b0e r5c4ec3c  
    6666void send_noteon (int pitch, int velo);
    6767/** append new note candidate to the note_buffer and return filtered value. we
    68  * need to copy the input array as vec_median destroy its input data.*/
     68 * need to copy the input array as fvec_median destroy its input data.*/
    6969void note_append (fvec_t * note_buffer, smpl_t curnote);
    7070uint_t get_note (fvec_t * note_buffer, fvec_t * note_buffer2);
Note: See TracChangeset for help on using the changeset viewer.