Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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             );
share|improve this question

closed as not constructive by Andrew Barber, Will Feb 19 at 16:24

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.