Sudara
Sudara
Ok, this runs pluginval, but the command doesn't run in the debugger, the process just exits on fail saying "ninja: failed to build" ``` add_subdirectory("modules/pluginval") # Use our version of...
Ok, that particular error I was dealing with was behaving strangely in the way the program aborted. The next issue is hitting a jassert in JUCE. When running pluginval standalone,...
Do you ever run pluginval locally without the debugger attached? 95% of the time I'm doing this: * CI has a validation failure or crash * I build and run...
Spotify's instruments are an odd subset:
@innatewonderer This one is pretty straight feature dev but might need a bit of coordination on details.
@drowaudio I've been using this branch for a year as a dependency of my synth but never got the example plugins running in CI. I'll need to get that going...
WOW! Thanks for this head start, this is serious. And yes, it's time to update IPP on pamplejuce, thanks for that reminder too!
Right now the .dmg config is hard coded and 95% of people prefer a pkg build
Hey thanks for contributing this! Makes a big difference and resolving this is top of my mind. I definitely want to stay away from XML templates, so this is a...
@zsliu98 Hey that's awesome, thanks for sharing this! Yes, you are right, an additional secret is required, called `DEVELOPER_ID_INSTALLER`. For Pamplejuce, signing should not be skippable. Signing on macOS is...