raskin / DunneAudioKit

Fork of Nick Culbertson to write documentation
MIT License
1 stars 0 forks source link

Feature Request: Tuning Table #1

Open mahal opened 2 weeks ago

mahal commented 2 weeks ago

Description

Now: Sampler is tuned for 12 Tone Equal Temperament (12TET), defined in #define NOTE_HZ(midiNoteNumber) ( 440.0f * pow(2.0f, ((midiNoteNumber) - 69.0f)/12.0f) ) in CoreSampler.cpp

New: Add possibilty to load tunings from AudioKit/Microtonality:TuningTable.

Proposed Solution

Maybe full feature set of Tuning Table is not needed. Could limit it like SynthOne does:

Additional Context

mahal commented 1 week ago

implemented with https://github.com/NickCulbertson/DunneAudioKit/commit/56295dfd85c0c4e7e892b22f7c943bc2d4d64bef