Ignore:
Timestamp:
Oct 30, 2018, 12:57:10 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
81abf91, 9b23815e, ed596f7
Parents:
357f81e (diff), cefa29d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/earlynoteoff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/parse_args.h

    r357f81e r4bc10e2  
    6666extern int blocks;
    6767
    68 extern fvec_t *ibuf;
    69 extern fvec_t *obuf;
     68extern fvec_t *input_buffer;
     69extern fvec_t *output_buffer;
    7070
    7171const char *prog_name;
     
    212212  };
    213213#endif /* HAVE_GETOPT_H */
    214   prog_name = argv[0];
     214  // better safe than sorry
    215215  if (argc < 1) {
    216216    usage (stderr, 1);
    217     return -1;
    218   }
     217  }
     218  prog_name = argv[0];
    219219#ifdef HAVE_GETOPT_H
    220220  do {
Note: See TracChangeset for help on using the changeset viewer.