Skip to content

Releases: PolyMeilex/OxiSynth

0.1.0

25 May 00:16
33ef995

Choose a tag to compare

What's Changed

  • Fix modenv_section Decay/Delay bug (more about this in: #46)
  • Split chorus & reverb to separate crates
  • Support for wider variety of SoundFont™ files
  • Drop lazy-static dependency
  • Drop generational-arena dependency
  • soundfont-rs: Drop riff dependency
  • soundfont-rs: Remove all chunk memory allocations

New Contributors

Full Changelog: 0.0.5...0.1.0

0.0.5

30 Dec 23:20
c2e95ab

Choose a tag to compare

  • Gracefully handle non spec SF2 (#25)
  • Fix i16 out feature (#10)
  • Fix typo (#5) (for real this time)

0.0.4

27 Dec 18:47
9a69d3d

Choose a tag to compare

  • Simplify read/write functions in Synth (#3)
  • Fixed: Can't compile with sf3 feature enabled (#4)
  • Fix typo (#5)
  • Derive Copy, Clone, Eq, PartialEq for MidiEvent (#6)

Thanks to: @Woyten, @alters-mit @MyBlackMIDIScore @subalterngames

0.0.2

28 Oct 23:04

Choose a tag to compare

  • Fix pitch-bend and modulators #2 (Thanks to @Woyten)