Ben Kuper
Ben Kuper
It would be interesting for systems not supporting websockets to be able to send a "LISTEN_OSC" to the OSCQuery server, mentionning CLIENT_IP,CLIENT_PORT and CLIENT_PROTOCOL (TCP/UDP), that would make the server...
It would be great that the style attribute would be also passed on in the generated , same as the class attribute
The issue has already been discussed here : https://forum.juce.com/t/winrt-midi-output-wrong-device-names/43301 but I figured there may be better activity here... Yes, we know that Microsoft won't do anything for that, so I...
### Detailed steps on how to reproduce the bug When calling a C function, if the return value is a var object containing method (using setMethod ), the fromVar() function...
### Detailed steps on how to reproduce the bug Using the new QuickJS JS Engine, calling from a script a C function that returns a var() (variant Void) leads to...
This adds options for better OSC Management, that are disabled by default in the Projucer so nothing changes by default. - Allow special characters in address : some software like...
This adds a check for variant.isVoid() in the fromVar function, allowing to have return type var() when calling C functions from script This fixes the issue #1399
This PR allows child classes to override all functions of Viewport. This is interesting when we need to have custom behaviours from a viewport (e.g. temporarily disable some behaviours)
This PR adds support for both OSC receiver and sender for the types int64 (h), double (d), Nil (N), Impulse (I), True (T) and False (F). Many software use those...
Hello, I'm building a flexible UI editor using svelte and this lib is great ! I have different containers with different layout types (horizontal, vertical, grid and "free" which is...