Changes in examples/aubioonset.c [e0a9fd2:d0f0d55]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubioonset.c
re0a9fd2 rd0f0d55 44 44 aubio_wavetable_stop ( wavetable ); 45 45 } 46 if (mix_input) 46 if (mix_input) { 47 47 aubio_wavetable_do (wavetable, ibuf, obuf); 48 else 48 fvec_clamp(obuf, 1.); 49 } else { 49 50 aubio_wavetable_do (wavetable, obuf, obuf); 51 } 50 52 } 51 53
Note: See TracChangeset
for help on using the changeset viewer.