Audio & Midi Plugin (AU v3)

I’ve been trying to make an audio gate plugin (AUv3) that sends midi note when the gate threshold is triggered.

I’m not able to send midi data when I use it on Logic X (I tried AU and AU v3 which is supposed to be manage Audio & Midi at the same time).

When I try to use my plugin in a Standalone mode, I’m not able to get any audio input (tried main computer mic and also inputs from sound card).

I must be missing out something, if anyone has a clue, let me know!

To my knowledge AU (or AUv3) are only outputting MIDI if you have a “MIDI FX” type plugin. In that case they won’t output any audio.

VST3 and AAX, however, do output MIDI and audio at the same time.

Ok thanks for you input EYALAMIR, I will try to do it as a VST3 instead! :slight_smile: