Results 197 comments of Ben Kuper

Interesting. Should openGL be disabled by default ?

Would be great to debug on this computer to see if there is an error raising that we can catch to disable OpenGL automatically

yes running from source :) In case this happens again, you don't need to find a Chataigne.settings files, you can specify -forceNoGL to avoid using openGL

It could be implemented but I personally don't have time for that. You can definitely do the modification and push a PR for it

seems nice ! please propose a PR so it can be added to the main code

@calebwest-SS did you make the PR ?

hello, you would need both osc and keyboard module to do it. This is kind of the purpose of chataigne, to link different systems together. Writing code to handle keyboard+midi+osc...

delay ?? never heard of it, and this seems very improbable, it's accessing the data through JUCE framework which is optimized for audio application, so real-time low latency needed... Are...