I'm building a music player that uses readsf~ many of the files have spaces in the names and readsf~ will not open a file with spaces in the filename.
Previously I was using soundfiler and tabplay~ this combination had no problem with the spaces but would not play very long files in their entirety. I tried the maxsize command but still was unable to play all of a 20min file.
The names of my audio files are displayed on a screen. Replacing the spaces with underscores works but is ugly. It also requires the renaming of all the files.
is it possible to swap one character with another within puredata?
I presume the only other way is to create a list of track titles and use that for my display, However I'd like to avoid hardcoding this.