Changeset 810f975


Ignore:
Timestamp:
Aug 24, 2014, 7:24:09 PM (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:
fe3e320
Parents:
3c5ee41
git-author:
Paul Brossier <piem@piem.org> (08/22/14 17:17:46)
git-committer:
Paul Brossier <piem@piem.org> (08/24/14 19:24:09)
Message:

examples/: use outmsg to print notes (fixes #8)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r3c5ee41 r810f975  
    197197#endif
    198198  if (velo == 0) {
    199     verbmsg ("%f\n", blocks * hop_size / (float) samplerate);
     199    outmsg ("%f\n", blocks * hop_size / (float) samplerate);
    200200  } else {
    201     verbmsg ("%f\t%f\t", mpitch, blocks * hop_size / (float) samplerate);
     201    outmsg ("%f\t%f\t", mpitch, blocks * hop_size / (float) samplerate);
    202202  }
    203203}
Note: See TracChangeset for help on using the changeset viewer.