[py] use universal_newlines=True to prevent decoding errors (see gh-247 gh-248)
[aubio.git] / examples /
2018-12-21 Paul Brossier[examples] only delete sink if needed
2018-12-11 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-11 Paul Brossier[examples] remove unneeded cast
2018-10-30 Paul BrossierMerge branch 'master' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/cdocstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/earlynoteoff
2018-10-30 Paul Brossier[tools] add release_drop option to aubionotes
2018-10-05 Paul BrossierMerge branch 'fix/msvcwarnings'
2018-10-05 Paul BrossierMerge branch 'fix/msvcwarnings' into feature/azureci
2018-10-05 Paul Brossierexamples/parse_args.h: avoid unreachable code, add...
2018-10-05 Paul Brossierexamples/: avoid hiding global
2018-09-21 Paul Brossierexamples/parse_args.h: add yinfast to pitch algorithms
2018-09-17 Paul BrossierMerge branch 'fix/jack-midi-buffer'
2018-09-17 Paul Brossierexamples/utils.c: define MAX_MIDI_EVENT_SIZE
2018-09-17 Paul BrossierMerge branch 'jack-midi-buffer-fix' of https://github...
2018-09-17 cyclopsianFix examples failing to send more than one JACK midi...
2018-09-15 Paul BrossierMerge branch 'master' into feature/fastmfcc
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt'
2018-09-14 Paul Brossierexamples/utils.h: process_block returns void
2018-08-07 Paul BrossierMerge branch 'master' into dct
2018-06-26 Paul Brossierexamples/parse_args.h: hide jack options if not availab...
2017-10-01 Paul Brossierexamples/utils.c: also remove aubio_init here
2017-10-01 Paul BrossierMerge branch 'intel_ipp_pull' of https://github.com...
2017-07-29 Eduard MüllerIntel IPP support for aubio
2017-04-05 Paul BrossierMerge branch 'awhitening'
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul Brossierexamples/aubioonset.c: also display awhitening and...
2017-03-26 Paul Brossierexamples/aubioonset.c: get parameters from created...
2017-03-26 Paul Brossiersrc/synth/wavetable.c: always clamp wavetable
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-10 Paul Brossierexamples/aubiotrack.c: avoid saturation in when using...
2017-03-10 Paul Brossierexamples/aubioonset.c: avoid saturation in when using...
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2017-01-12 Paul Brossierexamples/utils.c: allocate note event once
2017-01-12 Paul Brossierexamples/parse_args.h: really use atoi, cast to smpl_t...
2017-01-12 Paul BrossierMerge branch 'miditap', thanks to Tres Seaver for his...
2017-01-12 Paul Brossierexamples/parse_args.h: use -N for --miditap-note
2017-01-12 Paul Brossierexamples/parse_args.h: use atof for miditap note and...
2017-01-12 Paul Brossierexamples/parse_args.h: miditap only for aubiotrack...
2017-01-12 Tres Seaveraubioonset: user-set MIDI tap note / velocity values.
2016-12-17 Paul Brossierexamples/aubionotes.c: use new notes, set minioi, send...
2016-12-11 Paul Brossierexamples/aubioonset.c: use seconds for minioi
2016-12-11 Paul Brossierexamples/aubionotes.c: add warning for missing options
2016-12-11 Paul Brossierexamples/aubioonset.c: add minioi option, in millisecond
2016-12-11 Paul Brossierexamples/: only send a last note off when using jack
2016-10-03 Paul Brossierexamples/: return 1 if object creation failed
2016-10-03 Paul Brossierexamples/: use PROG_HAS_OUTPUT, add PROG_HAS_SILENCE
2016-07-22 Paul Brossierexamples/utils.c: change send_noteon to accept floating...
2016-07-22 Paul Brossierexamples/aubiotrack.c: fix is_beat / is_silence types
2016-07-22 Paul Brossierexamples/: also emit midi note from aubioonset, thanks...
2016-07-22 Paul BrossierMerge branch 'topas-rec-aubiotrack_midi_output'
2016-07-22 Paul BrossierMerge branch 'aubiotrack_midi_output' of https://github...
2016-07-21 Paul Brossier{examples,tests}/wscrtip_build: update build target...
2016-07-13 Paul BrossierFixed #62 midi output missing in aubiotrack.
2016-07-01 Paul Brossierexamples/aubionotes.c: use note aubio_notes object
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-05-02 Paul Brossierexamples/wscript_build: use 'use =', simplify
2016-05-02 Paul Brossierexamples/wscript_build: link against libaubio
2016-04-24 Paul Brossiersrc/, examples/: #ifdef HAVE_, not #if HAVE_
2016-04-24 Paul Brossierexamples/aubiotrack.c: enable -O and -t options
2016-04-23 Paul Brossierexamples/wscript_build: no -lm for msvc
2016-04-23 Paul Brossierexamples/parse_args.h: set optind = 1 if no getopt.h
2016-04-23 Paul Brossierexamples/utils.h: hack a solution for access() on windows
2016-04-23 Paul Brossierexamples/utils.h: remove stdarg.h, getopt.h moved to...
2016-04-23 Paul Brossierexamples/parse_args.h: check in config.h if getopt...
2015-09-06 Paul BrossierMerge branch 'develop' into awhitening
2015-09-06 Paul Brossierwscript: check if we find atlas/cblas.h
2015-08-12 Paul BrossierMerge branch 'develop' into notes
2015-08-12 Paul Brossierexamples/parse_args.h: only parse time format string...
2015-08-12 Paul Brossierexamples/: add time format option
2015-07-31 Paul Brossiersrc/tempo/tempo.c: add silence detection (closes #23...
2015-03-15 Paul Brossier{examples,tests}/wscript_build: add external libs
2015-03-14 Paul Brossiersrc/wscript_build, examples/wscipt_build: add uselib...
2014-08-24 Paul Brossierexamples/: use outmsg to print notes (fixes #8)
2014-08-23 Paul Brossierexamples/parse_args.h: improve short documentation...
2014-08-22 Paul BrossierMerge branch 'notes' of aubio.org:/git/aubio/aubio...
2014-08-22 Paul Brossierexamples/: use outmsg to print notes (fixes #8)
2014-03-06 Paul Brossier{tests,src,examples}/wscript_build: indent
2014-02-23 Paul Brossiersrc/tempo/tempo.c: novelty function default to specflux
2014-02-22 Paul Brossierexamples/parse_args.h: enable hop_size == buffer_size
2014-01-11 famulusmarks first commit
2014-01-02 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-12-30 Paul Brossierexamples/utils.c: remove old comment
2013-12-30 Paul Brossierexamples/: build with -Wdeclaration-after-statement
2013-12-30 Paul Brossierexamples/: build with -Wmissing-declarations
2013-12-30 Paul Brossierexamples/utils.h: fix fake debug when no variadic macros
2013-12-28 Paul Brossierexamples/aubiotrack.c: synth only when need be
2013-12-28 Paul Brossierexamples/aubiopitch.c: synth only when need be
2013-12-28 Paul Brossierexamples/aubioonset.c: synth only when need be
2013-12-18 Paul BrossierMerge branch 'master' of aubio.org:/git/aubio/aubio...
2013-12-17 Paul Brossiersrc/fvec.h: clean up fvec api
2013-12-15 Paul Brossierexamples/utils.c: print error messages on stderr
2013-12-15 Paul Brossierexamples/aubiopitch.c: use built-in silence
2013-12-15 Paul Brossierexamples/aubioonset.c: use built-in silence
2013-12-15 Paul Brossierexamples/parse_args.h: improve help message
2013-12-10 Paul Brossiersrc/wscript_build: move jack to examples
2013-12-08 Paul Brossierexamples/utils.c: also print duration in seconds
2013-12-08 Paul Brossierexamples/parse_args.h: make sure samplerate and sizes...
next