Changes in examples/aubioonset.c [7e8b276:e0a9fd2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubioonset.c
r7e8b276 re0a9fd2 75 75 if (silence_threshold != -90.) 76 76 aubio_onset_set_silence (o, silence_threshold); 77 if (onset_minioi != 0.) 78 aubio_onset_set_minioi_s (o, onset_minioi); 77 79 78 80 onset = new_fvec (1); … … 85 87 86 88 // send a last note off 87 send_noteon (miditap_note, 0); 89 if (usejack) { 90 send_noteon (miditap_note, 0); 91 } 88 92 89 93 del_aubio_onset (o);
Note: See TracChangeset
for help on using the changeset viewer.