I need to Converting Audio plugin host example to a be a plugin itself instead of a standalone on very short notice (I’m building a prototype to demo something).
I’m sure I could figure out how to do it given enough time, but as I don’t have enough time, if anybody has any pointers as to how to do this that would be great!
[EDIT:this is not right!!] It’s a simple and quick task. Create an empty audio plugin project using the Jucer. Then add your AudioProcesser and AudioProcessEditor files to it and build.
Actually, looks like I misunderstood the OP! My bad. I thought it was about converting from a plugin to standalone and vice versa. I guess one could load filters into an audio graph that is contained with a plugin. Might be a bit of work, but surely doable?