What is your experience with iOS (and Android) autotune library TuneWorx?
http://www.littleendian.com/spectrumworx-tuneworx-sdk/
Could someone explain the snap-to-semitone concept from the following code?
// Setup TuneWorx specific parameters:
tuneWorx.set<TuneWorx::Key >( TuneWorx::Key::A );
tuneWorx.set<TuneWorx::Semi01>( true );
tuneWorx.set<TuneWorx::Semi05>( true );
tuneWorx.set<TuneWorx::Semi08>( true );