Changeset c4d014a
- Timestamp:
- Jan 12, 2017, 11:42:33 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:
- 8f0db97
- Parents:
- 9da4202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/parse_args.h
r9da4202 rc4d014a 220 220 break; 221 221 case 'N': 222 miditap_note = atof(optarg);222 miditap_note = (smpl_t) atoi (optarg); 223 223 break; 224 224 case 'V': 225 miditap_velo = atof(optarg);225 miditap_velo = (smpl_t) atoi (optarg); 226 226 break; 227 227 case 'i':
Note: See TracChangeset
for help on using the changeset viewer.