First, unless you plan Android support. I’d suggest switching to CMake instead of Projucer. Once you understand it, it’s much more extendable. Then adding macOS and Linux would be a breeze also allowing CI builds.
DAW testing -
For testing even the demo limited Tracktion Waveform would work (and they also provide a nice plugin validation you can use). Other DAW you can just try is REAPER with a permissive indefinite trial.
Hi,
Thank you for your suggestion!
Although I am not a professional C++ developer (I mainly use Python), but I switched from Projucer to CMake based on this tutorial (my GitHub repo is already updated to v0.1a).
Testing the plugin with other DAW trial version is also a good idea. I will try that when I have time. I am still learning Ableton Live
I use REAPER for ‘first time/smoke-testing’ purposes, and also because its very easy to set things up to debug plugins within REAPER .. plus the script ability means you can make automated tests, which is very handy when things start to get hairy .. but yeah, always things to improve ..
Just a quick update: It now has builds for Windows, macOS (both Intel and Apple Silicon), and Linux!
Would love for you to give it a spin on your platform and let me know how it goes. Especially curious if the non-Windows builds work smoothly - all feedback is appreciated!