Results 197 comments of Ben Kuper

Interesting ! High chances this is the cause of the problem. Is there a way to force it in JUCE ? Unfortunately I don't have a lot of time right...

Hello, this should be possible but you have to take care of external libraries. Currently there is no configuration for arm the visual studio exporter (in the projucer) so you...

mmh no you would have to check on Discord..

I don't have the hardware, so if by any chance I can get one in my hands I could work on that. Partnership with Streamdeck ? Tried already, they ignored...

I don't have any hardware to test and Streamdeck won't answer my emails for collaboration proposal. So I'm not spending more time on that but anyone is welcome to add...

is it a new version of streamdeck xl ?

Yep, it tries to load the previous command data to make something "intelligent" and avoid reputting informations if the command is similar, but doing a poor job at it and...

Hello, could be interesting indeed, though I think power users are 1% of mac users right now... As I don't have a mac to test, and basically no time to...

OSC is officially transported through UDP, using TCP for OSC is not standard and only supported by a very few apps. Unless there are strong arguments, if you have control...

You can clone the repo and change the OSC Module so it's able to use TCP, but the layers are deeper as it uses internally the JUCE OSC system. So...