AudioKit / DunneAudioKit

Sampler and Synth Instruments as well as Chorus, Flanger and Stereo Delay Effects for AudioKit
MIT License
45 stars 29 forks source link

Tuning support #13

Closed lucianoiam closed 10 months ago

lucianoiam commented 2 years ago

Description

Previous versions of the sampler's Swift wrapper offered a setNoteFrequency() method that allowed tuning individual notes. Current versions lack this method thus limiting Swift apps to 12-ET.

Proposed Solution

Bring back setNoteFrequency(). Allow it to work on the fly (ie., without reloading samples).

Describe Alternatives You've Considered

Write a custom wrapper

Additional Context

No response

getdunne commented 10 months ago

I stopped development on this repo a long time ago. Anyone who wishes is welcome to fork it for their own use, but I cannot spare any time to assist.