How to get midievent info generated by a vst (arpeggiator)?
Hi,
Im trying to get midievent info from an arpeggiator plugin loaded on a vst object, any ideas on how to get it?
I want to use this info for different purposes.
Thanks in advance.
Not sure if you can insert a (M4L) MIDI device after a VST in Live. If yes, then this is what you want to do. If not, I guess you'll have to route the MIDI coming from the track with your VST to another track with your MIDI M4L device, using built-in MIDI routing features of Live.
There is vst~'s fifth output that you could send into a [midiparse] object.
Thanks both for the tips. The vst~'s fifth output link to midiparse is what I was looking for.