- Timestamp:
- Dec 8, 2013, 2:14:29 AM (11 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- fc95aaf
- Parents:
- ce6186a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/parse_args.h
rce6186a r3826e0b 62 62 fprintf (stream, "usage: %s [ options ] \n", prog_name); 63 63 fprintf (stream, 64 " -h --help display this message\n"65 " -v --verbose be verbose\n"66 #ifdef PROG_HAS_JACK67 " -j --jack use Jack\n"68 #endif69 64 " -i --input input type\n" 70 65 #ifdef PROG_HAS_OUTPUT … … 87 82 " -m --mix-input mix input signal with output signal\n" 88 83 #endif 84 #ifdef PROG_HAS_JACK 85 " -j --jack use Jack\n" 86 #endif 87 " -v --verbose be verbose\n" 88 " -h --help display this message\n" 89 89 ); 90 90 exit (exit_code);
Note: See TracChangeset
for help on using the changeset viewer.