Tom Poole

Results 12 comments of Tom Poole

We know how to put a cross-compiling example together, but that's no guarantee that you will have a working plug-in. You can run into really nasty problems, like slightly different...

> Cross-compiling should always be safe, unless there's bugs in the compiler. We have a rich history of things not working as expected when people have used mingw to compile...

Could you provide details of the sorts of problems this is causing. Is this issue preventing you from building with a specific compiler or platform, for example? Without some compelling...

For the second commit, what platform were you using when you spotted duplicates?

I'm afraid that the JUCE team does not consider this a bug, even if this is going against the requirements of various Linux distributions. JUCE does not support using system...

We have recently fixed a handful of BSD compilation issues: https://github.com/juce-framework/JUCE/commit/29a90a0231b1e1a9fa5878aba880fb8fcd979624 This should address everything apart from your proposed changes within the VST3 SDK. We will not make modifications to...

This looks to be a bug on Apple's side: https://forum.juce.com/t/bug-m1-apple-silicon-keyboard-focus-lost-permanently-in-logic-when-plugin-is-resized/51292

Can you please try the `develop` branch? I think this issue has been addressed.

> I downloaded directly from the website and am still having the error. The latest website download doesn't contain the line of code shown in the above compiler invocation. This...

Could you please both list exhaustively the steps you're going though to obtain JUCE? Here's how you can get the latest release from git: git clone https://github.com/juce-framework/JUCE.git And download from...