Results 64 issues of Ben Kuper

Hello, I'm trying this lib after having tried RBDDimmer on ESP32 and seeing that this one seems more promising regarding flickering issue. I actually can't get it to work the...

I've been struggling with a lot of people and software designers who decided to prioritize "user-friendly" osc addresses (e.g. with spaces : /my super/address) against OSC specification compliance. Those are...

additionnal parameter in the Label's "setEditable" method to allow start editing by focusGained with tab key. This allows to tab through a list of labels and edit them very quickly.

I added 2 flags in the Colour Selector to have the choice between hex and decimal values in the sliders, as well as adding an hex field for the whole...

Pretty self explanatory, I'm adding more javascript functions for the String class, otherwise the use of string is very limited and hard from scripts.

This allows to use only mouseListeners as trigger for mouseEnter(), mouseExit().. callbacks. This is especially useful when doing on a component addMouseListener(this,true) to itself. The default behaviour is that this...

To allow conversion in both direction, very useful when you want get data from an http request and have custom scripts that can parse the response

This is a proposal to switch to value based color picker. Hue and saturation are in the ColourSpace view and value is the right slider. It makes more sense for...

This is a proposition to add interpolation support to ColourGradient. It adds an enum ColourGradient::Interpolation (only LINEAR and and NONE for now, LINEAR being the current interpolation method, there could...

This adds support for the types T, F and I in OSC Messages. Thoses types are part of the required list in the OSC 1.1 specification (Page 3, Paragraph 3.5)...