Hi all,<div><br></div><div>I just finished up my port of Autotalent (A real-time pitch manipulation program by Tom Baran) to an LV2 plugin (Okay, It's not finished, but all the important features are there.)</div><div>

<br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; "><p style="max-width: 65em; ">It should work basically the same as Autotalent except:</p><ul style="max-width: 65em; padding-left: 40px; ">

<li>It is an LV2 plugin instead of an LADSPA plugin</li><li>It provides MIDI output of the pitch</li><li>It accepts MIDI input</li><li>It separates the pull to semitone and snap to scale functionality</li><li>It uses FFTW for the DFT routines, greatly improving performance.</li>

<li>Minor performance tweaks (substituting memcpy for loops, etc)</li><li>It is greatly refactored (broken into methods and structures, variables renamed)</li><li>Does not include smooth pitch jumping or LFO functionality in the first release (will add later)</li>

<li>The formant corrector causes artifacts not present in the original (I'm not sure how to fix, as it's the only part of the original I don't understand)</li></ul><div>I think especially significant is the midi input and output.  This would allow you to do the following:</div>

<div><ul><li>Record an audio track in your favorite DAW while running it through the plugin, and outputting the MIDI to another track</li><li>Correct the midi however you want (keep it monophonic)</li><li>Feed the corrected MIDI track back into the plugin with the recorded audio, and listen as it corrects the pitch to match the MIDI you gave!</li>

</ul><div>There are also other options, such as controlling an MIDI synth with your voice, or getting a vocoder-like effect by controlling your voice with a MIDI keyboard.</div></div><div><br></div><div>You can check out the project page for more information <span class="Apple-style-span" style="font-family: arial; font-size: small; "><a href="http://code.google.com/p/autotalentlv2/">here</a> or if you want a direct source download, see </span><span class="Apple-style-span" style="font-family: arial; font-size: small; "><a href="http://autotalentlv2.googlecode.com/files/autotalent_source.tar.gz">here</a>.</span></div>

<div><span class="Apple-style-span" style="font-family: arial; font-size: small; "><br></span></div><div><span class="Apple-style-span" style="font-family: arial; font-size: small; "> Any feedback on the source code or plugin would be welcome.</span></div>

<div><span class="Apple-style-span" style="font-family: arial; font-size: small; "><br></span></div><div><span class="Apple-style-span" style="font-size: small;">Jeremy Salwen</span></div></span></div>