Releases: AudioKit/DunneAudioKit
Releases · AudioKit/DunneAudioKit
5.6.2
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
- @aure made their first contribution in #15
- @jwyterlin made their first contribution in #14
- @NickCulbertson made their first contribution in #19
- @mahal made their first contribution in #22
- @jabou made their first contribution in #29
Full Changelog: 5.6.1...5.6.2
v5.6.0
Version 5.4.1
Thread safety and bug fixes
Version 5.3
Updated for AudioKit 5.3 changes
Version 5.2.2
- Added
loadAudioFiletoSampler - 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
Fixes Sampler PitchADSR Default Value. Very minor release, but was causing some issues on a project.
Version 5.2
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.