Hi, I am trying to build a plugin, but I really need some help figuring out how I can realize it.
The VST-plugin should have two Audio signals (choosing between waveforms and an other input with wav/mp3 file).
Maybe someone could give me some hints.
Hi, I am trying to build a plugin, but I really need some help figuring out how I can realize it.
The VST-plugin should have two Audio signals (choosing between waveforms and an other input with wav/mp3 file).
Maybe someone could give me some hints.
This question is quite broad. To help you better, a bit more of information would be helpful:
Generally, there are the official JUCE tutorials, accessible by clicking “Learn” at the top of the page. Then there are YouTube tutorials e.g. by @theaudioprogrammer
in addition to what was already mentioned:
it’s best to only come here for a very specific question. for example if you already have a working project and then ask yourself “how to load a wav file?” or so.
what pp said about vst no longer being supported might be a little ambiguous. i would consider vst3 the current state of vst
Hi, yes, thank you.
I already watched the tutorials and build a synth, that works.