- Timestamp:
- May 23, 2005, 12:31:46 AM (20 years ago)
- 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:
- 71f98f1
- Parents:
- b78805a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiotrack.c
rb78805a r2cdae81 81 81 istactus = 0; 82 82 i=0; 83 for (i = 1; i < =btoutput[0]; i++ ) {84 if (pos2 == btoutput[i] && btoutput[i] != 0.) {83 for (i = 1; i < btoutput[0]; i++ ) { 84 if (pos2 == btoutput[i]) { 85 85 //printf("pos2: %d\n", pos2); 86 86 /* test for silence */ … … 113 113 if (output_filename == NULL) { 114 114 if (istactus) 115 outmsg("% d\t%f",pos2,(frames)*overlap_size/(float)samplerate);116 if (isonset )115 outmsg("%f\n",(frames)*overlap_size/(float)samplerate); 116 if (isonset && verbose) 117 117 outmsg(" \t \t%f\n",(frames)*overlap_size/(float)samplerate); 118 118 }
Note: See TracChangeset
for help on using the changeset viewer.