Tuning tables developed by Marcus Hobbs and used in the AudioKit Synth One iOS app.
Installation
Install with Swift Package Manager.
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
Microtonality
https://user-images.githubusercontent.com/13122/188533099-b09ced85-089c-4a86-8313-46c7d97819c9.mov
Tuning tables developed by Marcus Hobbs and used in the AudioKit Synth One iOS app.
Installation
Install with Swift Package Manager.
Documentation