Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

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