Changeset 389f903 for src/effects
- Timestamp:
- Mar 17, 2017, 6:26:50 PM (8 years ago)
- Branches:
- sampler
- Children:
- 9938200
- Parents:
- f651625
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/rubberband_utils.c
rf651625 r389f903 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.