Skip to content

Releases: dashodanger/tinyprimesynth

TinyPrimeSynth 1.2

26 Sep 21:43

Choose a tag to compare

Changes since version 1.1

  • Song and soundfont loading interface simplified; pass either a file path or buffer pointer + length
  • Support added for playback of DMX MUS ("Doom" format) songs
  • Added compile-time support for FLAC-encoded SF2 files (SF2FLAC)
    • Also added example 'sf2flac' encoder project
  • Required standard downgraded to C++11 from C++14

TinyPrimeSynth 1.1

22 Sep 04:59

Choose a tag to compare

This release has some critical fixes for issues identified via ASAN; the previous release and its test player have been removed. It is recommended to update immediately.

As before, tpsplayer.zip contains a 32-bit Windows executable compiled with MinGW, as well as an example song and soundfont in order to test the library.