Skip to content

AudioKit Version 3.0.1

Compare
Choose a tag to compare
@aure aure released this 01 Feb 08:11
· 11001 commits to main since this release
  • New: Carthage Support
  • Return of CocoaPods support
  • Now works with Objective-C projects
  • AKManager shared instance singleton replaced by AudioKit class functions
  • AKSettings file to set global settings like whether or not your app will require the microphone
  • Node plots improved
  • Switched to MIDI Listener system from notifications because it is much faster for high-performant MIDI devices
  • Added a simple MIDI Monitor example app