hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.07k stars 172 forks source link

Filesystem: do not remove common special characters #2030

Closed theGreatWhiteShark closed 2 months ago

theGreatWhiteShark commented 2 months ago

when cleaning file names on systems with missing UTF-8 support. Else e.g. Kick - 1.wav will be moved to Kick1.wav and sample could not be loaded anymore. This happens to a lot of our hosted kits.

I also tweaked the kit in our test artifacts to contain whitespaces, [, ], (, ), &, + and -

Picks changes of #2027 for master branch.