Hi guys, i’m new to this world. I came form c++ programming and i’m trying to build a really simple vst3/au that can control the volume of an audio input ( just like the basic gain plugin in logic x pro). I’ve tried for two days, no way to solve this. Can someone kind help me with this problem? there are any basic tutorials? every time i try to build there are missing libraries from nowhere, problems with the code ( checked previously by copilot ) ecc…
There is an official example here:
https://docs.juce.com/master/tutorial_audio_parameter.html
If you came from C++ programming, you might be more familiar with CMake. I would suggest using CMake to built your plugin. You may pull the pamplejuce template and use it as a start point: