Skip to content

0.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 14:17
· 1 commit to master since this release
0.3.2
8d1eb69

What's Changed

Full Changelog: 0.3.1...0.3.2

C API Changes

  • Added the XSynth_ByteRange struct for passing range arguments (instead of using a 16-bit int)
  • The ignore_range field in XSynth_RealtimeConfig uses the XSynth_ByteRange type
  • Added XSynth_Realtime_SetIgnoreRange and XSynth_Realtime_SetBuffer functions for the realtime API

Files

  • .so, .dylib and .dll files are part of the C/C++ API release of XSynth for each platform and architecture
  • xsynth.h is the header file to be used with the libraries mentioned above
  • xsynth-render-* files are binaries of the xsynth-render utility for each platform and architecture
  • OmniMIDI.dll is the KDMAPI implementation of XSynth for x86 64bit Windows