Problem Following Juce Tutorial: Create a basic Audio/MIDI plugin, Part 2

Hi! I’m completely new to this so apologies in advance for the vague question. I followed this tutorial JUCE: Tutorial: Create a basic Audio/MIDI plugin, Part 2: Coding your plug-in exactly but when put in Ableton the plugin just silences the MIDI coming through the track and has no slider control whatsoever. Is there an obvious flaw in the tutorial I can address? Apologies again I would put my own code in but wasn’t sure on how to format. Thank you for the help!

To add code to a post, use three backticks ( ` ) before and after, or use the “preformatted text” icon at the top of the reply box.

I guess this tutorial doesn’t work for vst3. Vst3 doesn’t support midi processing.

Thank you so much!! That’s super helpful :))

Ohhh that would make sense. It said in the tutorial VST3 was supported so I just assumed the problem was in the code haha. Thank you for the help!!

That’s not true, really. It doesn’t support it in the same way that VST2 does, but I have plugins that generate MIDI working with VST3. I don’t know about the tutorial…

1 Like