Releases: AudioKit/AudioKit
AudioKit v4.5.6 - AKPlayer fixes
The main reason for this version is to get out a version with the flurry of fixes by @ryanfrancesconi to AKPlayer issues.
There has also been considerable clean up of AudioKit internals, but that shouldn't affect anything.
AudioKit v4.5.5 Bug Fixes and Sampler Enhancements
- AKSampler key tracking and filter envelope scaling
- Added AudioEngineUnit stuff, groundwork for further development
- Added tests
AudioKit v4.5.4 - Updates to AKPlayer and AKCallbackInstrument
This is a minor upgrade, but if you are using AKCallbackInstrument, take care for some of the updates.
AudioKit 4.5.3 Improved Core Sampler, various fixes
- Exposed AKNode's auAudioUnit
- Filters in the Core sampler
- Improved Common ADSR Envelope
AudioKit v4.5.2 Much Better Microphone Fix and Other Bug Fixes
This release is preferable to 4.5.1 with a more robust microphone fix.
AudioKit 4.5.1 - Fixes to AKMicrophone
This is a very minor upgrade, but affecting a lot of people's use of AKMicrophone.
AudioKit 4.5 - iOS10, Swift 4.2 and a lot of repairs
AudioKitUI is a static library again and working well. AudioKit playgrounds have also been checked out and are working well with Xcode 10.
This release requires iOS10.0+.
AudioKit 4.4 for Xcode10 - use AudioKit 4.5 instead
This version was created when Xcode 10 came out and marked our change from AudioKitUI being a static framework to a dynamic framework. Unfortunately this caused macOS apps to break and created a lot of startup warnings even on iOS. AudioKit 4.4 should only be considered if your app does not use AudioKitUI and you can't upgrade to AudioKIt4.5 with Swift 4.2 for some reason.
Version 4.3 Synchronizing with AudioKit Synth One
In preparation for the release of AudioKit Synth One, we're making the master and develop branch structures mirrored in both repos.
This release has many API breaking changes. Mostly they have to do with distinguishing between "time" and "duration". AudioKit time is meant to mean a moment in time and duration is for a length of time.
AudioKit 4.2.4 Automated Release Process
Some bug fixes but the biggest thing about this release is that it was automated by work done by the freaking amazing and wonderful Stephane Peter @megastep