Skip to content

Releases: L-uu/MusicToSoundpad

07/01/2024

01 Jul 11:56
Compare
Choose a tag to compare

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

29 Apr 04:11
Compare
Choose a tag to compare

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

11 Apr 23:30
Compare
Choose a tag to compare
Remove some complications.

03/15/2024

15 Mar 12:04
Compare
Choose a tag to compare

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

05 Mar 03:25
Compare
Choose a tag to compare

Better update checking and other minor improvements.

02/29/2024

29 Feb 09:56
Compare
Choose a tag to compare

This is the first released version. Please report any bugs. <3