Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 10:40
· 31 commits to master since this release
0.3.0
708cdde

What's Changed

Full Changelog: 0.2.0...0.3.0

C API Changes

  • Replaced XSynth_*_SendEvent with XSynth_*_SendAudioEvent and XSynth_*_SendAudioEventAll
  • Renamed MIDI events to audio events in definitions
  • Ported control events (see XSynth_ChannelGroup_SendConfigEvent)
  • Removed *SetLayers functions in favor of the above
  • Ported envelope settings (XSynth_EnvelopeOptions) in XSynth_SoundfontOptions

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