Releases: L-uu/MusicToSoundpad
07/01/2024
This version does not waste as much memory by reading the named pipe in chunks and dynamically re-allocating the buffer rather than using a huge buffer size that hopefully doesn't fill up. There should now be no issues regarding exceeding any buffers with a large amount of entries in your SoundPad library.
Better song title sanitization is still needed and will be implemented in future versions. There are still issues with unicode characters.
04/29/2024
Important fixes in this version. The current fixes are temporary and more important updates will be released in the future. This version is good enough for now but less memory efficient and fail-safe as I would like.
- Needs better song title sanitization. (Certain Unicode symbols cause issues)
- Could be more memory efficient, dynamic memory allocation in some areas is ideal and will be implemented in future versions.
04/12/2024
Remove some complications.
03/15/2024
Download MusicToSoundpad.zip, not MusicToSoundpad.exe!
Updates:
- Song title sanitisation to replace invalid characters with an underscore.
Minor tweak to some memory allocation.
03/05/2024
Better update checking and other minor improvements.
02/29/2024
This is the first released version. Please report any bugs. <3