Results 197 comments of Ben Kuper

Hello, sorry I'm in between many things right now, can't really help on that. what's your project ? is the current plugin not working, or do you want to improve...

Thanks for reporting, would you bé able to make a PR for that ?

Hello, I think I have something that is similar on all my software : Running Raspberry Pi 4B aarch64 : - using X11, everything works - using Wayland, no keyboard...

expressions are a bit sensitive. in this case, it will only update if the actual referenced parameter in the expression changes. for this kind of link you should use control...

The current javascript engine is custom vanilla JS from JUCE. The new version (2.x) will feature QuickJS which should make the whole scripting engine way more standard and robust.

You can try the latest bleeding edge, I added a keycode value in the keyboard module, it may show what you need. Also, please mention your OS and Chataigne version...

Thank you for the fast update, unfortunately this doesn't make it. I actually have exposed a method to change the timeout and executionTime from the script itself and had suspected...

I don't see any reason another thread would access it but I can check and confirm. I feel like the timing of the crash is not so random, actually quite...

So I went minimal and created a fresh empty project with this code in Main.cpp : ``` void initialise (const juce::String& commandLine) override { // This method is where you...