Hi all,

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.)

It should work basically the same as Autotalent except:

I think especially significant is the midi input and output.  This would allow you to do the following:
  • Record an audio track in your favorite DAW while running it through the plugin, and outputting the MIDI to another track
  • Correct the midi however you want (keep it monophonic)
  • 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!
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.

You can check out the project page for more information here or if you want a direct source download, see here.

 Any feedback on the source code or plugin would be welcome.

Jeremy Salwen