Changes in examples/aubionotes.c [a07fdb4:6c85b3a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubionotes.c
ra07fdb4 r6c85b3a 22 22 #define PROG_HAS_PITCH 1 23 23 #define PROG_HAS_ONSET 1 24 #define PROG_HAS_NOTES 125 24 #define PROG_HAS_SILENCE 1 26 25 #define PROG_HAS_JACK 1 … … 84 83 } 85 84 } 86 if (release_drop != 10.) {87 if (aubio_notes_set_release_drop (notes, release_drop) != 0) {88 errmsg ("failed setting notes release drop to %.2f\n",89 release_drop);90 }91 }92 85 93 86 examples_common_process((aubio_process_func_t)process_block, process_print);
Note: See TracChangeset
for help on using the changeset viewer.