drowaudio

Results 40 comments of drowaudio

Can you show me what changes you need to make? Presumably if a `juce::AudioPluginFormatManager::createPluginInstance` returns a nullptr instance, you just asynchronously call `te::ExternalPlugin::doFullInitialisation`? Tbh I've not had time to think...

Thanks for the report and detailed info. I'll take a look at this soon hopefully.

Yeah I know this is a problem. It's fixed on the develop branch though. I've got a couple more tweaks to do and then I'll merge develop in to main....

We're in the process of transitioning to the cmake generated examples. If you run those, they should include the `-latomic` flags. Do they work out of the box?

You just have to `cd` in to the `StepSequencerDemo` dir and then use the normal cmake generation commands e.g. `cmake -B ~/Desktop/build`

To be honest, those examples were never configured to run on ARM Pis. The `-m64` is obviously the wrong architecture flag for ARM CPUs. You'll probably need to modify the...

Ok, let me know what you find. I'd add ARM to our examples if our CI could run it but as far as I'm aware, GitHub Actions doesn't currently support...

I'm not sure this would actually fix the issue but just delay it a bit? I'm not quite sure what the actual cause of the problem is though. Is Reaper...

I'm using juce::ArgumentList for this which actually defaults to the `--arg=value` style but I'm not really a fan because it makes it more complex to pass multiple arguments. So I...

>PS: tool does not close when provided CLI args are not recognized, I need to use Ctrl+C to stop it. Fixed here: https://github.com/Tracktion/pluginval/commit/bdd5f6aa1406d418a5c6de790e7c08e62edc4364