[examples] add quiet mode for performance measurements
[aubio.git] / examples / parse_args.h
2019-01-31 Paul Brossier[examples] add quiet mode for performance measurements
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-08-07 Paul BrossierMerge branch 'master' into dct
2018-06-26 Paul Brossierexamples/parse_args.h: hide jack options if not availab...
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
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-11 Paul Brossierexamples/aubioonset.c: use seconds for minioi
2016-12-11 Paul Brossierexamples/aubioonset.c: add minioi option, in millisecond
2016-10-03 Paul Brossierexamples/: use PROG_HAS_OUTPUT, add PROG_HAS_SILENCE
2016-07-22 Paul Brossierexamples/: also emit midi note from aubioonset, thanks...
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-04-23 Paul Brossierexamples/parse_args.h: set optind = 1 if no getopt.h
2016-04-23 Paul Brossierexamples/parse_args.h: check in config.h if getopt...
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
2014-08-23 Paul Brossierexamples/parse_args.h: improve short documentation...
2014-02-22 Paul Brossierexamples/parse_args.h: enable hop_size == buffer_size
2014-01-02 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-12-30 Paul Brossierexamples/: build with -Wmissing-declarations
2013-12-18 Paul BrossierMerge branch 'master' of aubio.org:/git/aubio/aubio...
2013-12-15 Paul Brossierexamples/parse_args.h: improve help message
2013-12-08 Paul Brossierexamples/parse_args.h: make sure samplerate and sizes...
2013-12-08 Paul Brossierexamples/: check if sink_uri exists, add -f to force...
2013-12-08 Paul Brossierexamples/: define aubio_process_func_t once in utils.h
2013-12-08 Paul Brossierexamples/parse_args.h: move some options down
2013-12-08 Paul Brossierexamples/aubio{trac,onset}.c: add silence option
2013-12-07 Paul Brossierexamples/parse_args.h: check buffer_size and hop_size
2013-12-07 Paul Brossierexamples/parse_args.h: only use jack where need be
2013-12-07 Paul Brossierexamples/utils.h: move aubio_process_func_t to parse_ar...
2013-12-07 Paul Brossierexamples/: remove -o and -j when unused
2013-12-07 Paul Brossierexamples/: large refactoring, improve option management...
2013-12-06 Paul Brossierexamples/: move parse_args to parse_args.h, clean up...