uliss / pd-ceammc

Pure Data CEAMMC distribution (based on vanilla 0.53 by Miller Puckette)
Other
107 stars 6 forks source link

[string.remove] type error #76

Closed 60-hz closed 3 years ago

60-hz commented 4 years ago

When opening the help file, trow this errors into the console:

[string.remove] [@str] symbol expected, got 123 [string.remove] can't set property: @str [string.remove] [@str] symbol expected, got 123 [string.remove] can't set property: @str [string.remove] [@str] symbol expected, got 123 [string.remove] can't set property: @str You need some valid buffers

The exemple use numbers and string.remove cannot understand numbers as string.

library: ceammc v0.9.0 & PureData distribution v2020.07

uliss commented 4 years ago

will be fixed in next release.

To use string.remove with numbers as symbols you should use double quotes: [string.remove "123"]

Снимок экрана 2020-09-04 в 0 03 58