- Timestamp:
- Jan 12, 2017, 10:07:37 PM (8 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, sampler, yinfft+
- Children:
- 6894576
- Parents:
- eda2fd0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/parse_args.h
reda2fd0 r75435f0 118 118 #ifdef PROG_HAS_JACK 119 119 " -j --jack use Jack\n" 120 #if defined(PROG_HAS_ONSET) && !defined(PROG_HAS_PITCH) 120 121 " -n --miditap-note MIDI note\n" 121 122 " -V --miditap-velo MIDI velocity\n" 123 #endif /* defined(PROG_HAS_ONSET) && !defined(PROG_HAS_PITCH) */ 122 124 #endif /* PROG_HAS_JACK */ 123 125 " -v --verbose be verbose\n" … … 138 140 "i:r:B:H:" 139 141 #ifdef PROG_HAS_JACK 140 "jn:V:" 142 "j" 143 #if defined(PROG_HAS_ONSET) && !defined(PROG_HAS_PITCH) 144 "N:V:" 145 #endif /* defined(PROG_HAS_ONSET) && !defined(PROG_HAS_PITCH) */ 141 146 #endif /* PROG_HAS_JACK */ 142 147 #ifdef PROG_HAS_OUTPUT … … 167 172 #ifdef PROG_HAS_JACK 168 173 {"jack", 0, NULL, 'j'}, 174 #if defined(PROG_HAS_ONSET) && !defined(PROG_HAS_PITCH) 169 175 {"miditap-note", 1, NULL, 'n'}, 170 176 {"miditap-velo", 1, NULL, 'V'}, 177 #endif /* PROG_HAS_ONSET !PROG_HAS_PITCH */ 171 178 #endif /* PROG_HAS_JACK */ 172 179 #ifdef PROG_HAS_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.