Hi! I'm new in this forum =)
I created a PD-patch that takes midi notes to place several narrow bandpass-filters, in order to extract tone-defining sounds out of noisy sounds. This effect requires both audio and midi input. I want to implement this PD-patch as a VST-plugin in my DAW (in this case FL Studio). I have therefore downloaded and applied PdVst to my patch and successfully been able to run it as an effect-plugin in my DAW. But one crucial thing is not working: The sending of midi notes from the DAW (or directly from a midi-keyboard, for that sake) to the [notein] object in my PD patch! * Maybe PdVst-effect-plugins just aren't designed to receive midi notes via the notein-object? If so, what would you suggest as an alternative (method)? Btw, I've tried to create simple a PdVst-instrument (as opposed to effect), and it could successfully receive midi-notes from the DAW, but it didn't have any audio input...
Any help is highly appreciated =)
Here's a (slightly edited) screenshot of my DAW and PdVst with the patch:
(click the image for full size)
* I know the VST-effect standard generally allows effects to receive midi notes this way. For example the VST effect plugin GSnap (ala AutoTune) can tune any (monophonic) sound input to the key played on a midi-keyboard.