Microtonal Tuning Tables for AudioKit

Build Status License Platform Reviewed by Hound Twitter Follow

These tuning tables were developed by Marcus Hobbs and used in the AudioKit Synth One iOS app.

Installation via Swift Package Manager

To add MicrotonalAudioKit to your Xcode project, select File -> Swift Packages -> Add Package Depedancy. Enter https://github.com/AudioKit/MicrotonalAudioKit for the URL.

Documentation

  • TuningTableETNN: helper object to simulate a Swift tuple for ObjC interoperability
  • TuningTableDelta12ET: helper object to simulate a Swift tuple for ObjC interoperability
  • TuningTable: TuningTable provides high-level methods to create musically useful tuning tables
  • TuningTableBase: TuningTableBase provides low-level methods for creating arbitrary mappings of midi note numbers to musical frequencies The default behavior is “12-tone equal temperament” so we can integrate in non-microtonal settings with backwards compatibility

GitHub

https://github.com/AudioKit/MicrotonalAudioKit