Changeset 986c04c for src/effects
- Timestamp:
- Dec 7, 2018, 1:28:56 AM (6 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
- Children:
- 24198a1
- Parents:
- 799e05b
- git-author:
- Paul Brossier <piem@piem.org> (03/17/17 18:26:50)
- git-committer:
- Paul Brossier <piem@piem.org> (12/07/18 01:28:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/rubberband_utils.c
r799e05b r986c04c 88 88 // attempt to parse a list of options, separated with ',' 89 89 char *modecopy = strndup(mode, PATH_MAX); 90 char **params = aubio_split_str(modecopy, ' ,');90 char **params = aubio_split_str(modecopy, ':'); 91 91 uint_t i; 92 92 if (!params) {
Note: See TracChangeset
for help on using the changeset viewer.