Ignore:
Timestamp:
Mar 12, 2017, 11:26:24 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
bde49c4a
Parents:
71f2e5f (diff), 67b6618 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge 'origin/master' into sampler

Conflicts:

.travis.yml
Makefile
examples/aubionotes.c
examples/parse_args.h
python/demos/demo_timestretch_online.py
python/lib/moresetuptools.py
python/tests/test_source.py
setup.py
src/io/source.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    r71f2e5f r41b985f  
    7575  if (silence_threshold != -90.)
    7676    aubio_onset_set_silence (o, silence_threshold);
     77  if (onset_minioi != 0.)
     78    aubio_onset_set_minioi_s (o, onset_minioi);
    7779
    7880  onset = new_fvec (1);
     
    8587
    8688  // send a last note off
    87   send_noteon (miditap_note, 0);
     89  if (usejack) {
     90    send_noteon (miditap_note, 0);
     91  }
    8892
    8993  del_aubio_onset (o);
Note: See TracChangeset for help on using the changeset viewer.