Skip to content

Releases: AudioKit/DunneAudioKit

5.6.2

01 Apr 08:20

Choose a tag to compare

What's Changed

  • Adding cassert a la #14 by @aure in #15
  • Support Xcode 15 and Swift 5.9 compiler by @jwyterlin in #14
  • Increase minimum delay time in StereoDelay.cpp by @NickCulbertson in #19
  • Reading of SFZ improved: loop_mode=no_loop, fixes #21 by @mahal in #22
  • Update CODEOWNERS by @NickCulbertson in #26
  • Documentation: fixed links, fixed Sampler class documentation, improved navigation by @mahal in #25
  • Fix Xcode 26 compatibility: replace NULL with nullptr in SampleOscillator by @jabou in #29

New Contributors

Full Changelog: 5.6.1...5.6.2

v5.6.0

25 Jun 16:23

Choose a tag to compare

Version 5.4.1

20 Apr 20:34
866d5c1

Choose a tag to compare

Thread safety and bug fixes

Version 5.3

23 Dec 00:38

Choose a tag to compare

Updated for AudioKit 5.3 changes

Version 5.2.2

24 Oct 02:40

Choose a tag to compare

  • Added loadAudioFile to Sampler
  • Remove unused include that was triggering a warning
  • Handle sustain pedal from MIDI event
  • Bumped to AK v5.2.2, necessary for Xcode 13

Thanks to @eljeff for these updates

Version 5.2.1

06 Aug 23:27

Choose a tag to compare

Fixes Sampler PitchADSR Default Value. Very minor release, but was causing some issues on a project.

Version 5.2

07 Jun 08:36

Choose a tag to compare

This is the first version of this package as a stand-alone extension to AudioKit. Prior to this it was included within AudioKit, so we are starting with version 5.2, which reflects the version of AudioKit at which the code separation occurred.