Hi all, new to pd, I think it might be useful for a project I'm building. I want to:
- Load a VST plugin and set it to a preset
- Feed the plugin a MIDI file and dump the audio output from the plugin to a .wav file
- Do this for an arbitrary # of plugin presets and MIDI files (in the 1000's)
Note that I don't actually care about outputting the audio to speakers, I just want the .wav files. I want to know - is this possible using pd? I am aware recording to files is possible, but not sure about the MIDI file input, loading external VSTs, and programatic recording. Ideally I'd like to render it non-realtime to speed things up. If someone could point me to tutorials or similar projects that would be appreciated.
Thanks!