Benjamin Taylor
Benjamin Taylor
I know what you mean, and this is a good suggestion. It would take some adjustment of how the multislider is implemented. (Currently it is simply a collection of Nexus.Sliders,...
Hi Andrej, wanted to let you know that I have a revision of the multislider on the way soon. It will have the same overall API but will be a...
Just posted that update, it is version 2.0.10 now: [https://nexus-js.github.io/ui/api/#Multislider](https://nexus-js.github.io/ui/api/#Multislider) Would be delighted if you would try this out and let me know of if you find any bugs or...
`multislider.clicked` is a boolean that turns to true when a user presses on the multislider, and turns to false when the user releases from that interaction. (This is true of...
A fix is committed to the master branch. The CSS in example/all.html had all components sized to 0px, which led to some sort of error (probably an endless loop). However,...
Labels are left up to the user to write in their HTML. We did add a label option to NexusUI at one point but the amount of customization required for...
I'm not able to duplicate this. Can you post an example of the error you are seeing? Here is a codepen which adds points out of order and then shows...
Nice idea @faroit ! Yea, trying to think of scope here and how to manage stuff like this. I've heard several great ideas for other interfaces. I might create an...
Hey Andrej, cool to hear you are using this for a non-web-audio project -- what is the situation (in max or an app or something else?) The Web Audio API...
Hey @AndrejHronco . Yea, this is a real concern... similar to what was addressed in issue #68 . Without access to a touch laptop, I'll have trouble developing for it...