sudara / pamplejuce

A JUCE audio plugin template. JUCE 7, Catch2, Pluginval, macOS notarization, Azure Trusted Signing, Github Actions
https://melatonin.dev/blog/
MIT License
406 stars 39 forks source link

Add example module #37

Closed sudara closed 1 year ago

sudara commented 1 year ago

I'm thinking of adding the inspector by default.

It could also just be commented out in CMake, making it really easy to uncomment to add.

A main benefit is to show new CMake users an example of how modules should be setup.

sudara commented 1 year ago

@chrhaase Do you have any opinions on this?

chrhaase commented 1 year ago

Good idea! Would you then add the inspector to the editor as well? I'm thinking if it's an optional thing, it's probably cleanest to do it with FetchContent instead of a submodule?