You’ve probably heard this a million times but I still can’t find a good answer:
- The “standard” way of creating a small-to-medium sized plugin is just doing it via PluginProcessor and PluginEditor, right?
- Example projects always come in the form of a PIP, so just Main.cpp + metadata, right?
If Processor and Editor files are THE standard, then why give example plugins in form of PIPs?
From what I understand, converting a PIP to the aforementioned standard is easy enough, though still not trivial. Why not give us a tool for converting PIPs to regular projects automatically? Or give us a choice of downloading a regular project instead of a PIP?
Call me an idiot, but the Main vs Processor/Editor thing boggles my mind and renders me unable to learn the boilerplate needed for the fun DSP stuff. Weird choice of abstraction.
If there IS a way of converting those files that I’ve been missing, do inform me. I feel like an idiot.
