faust-ui
faust-ui copied to clipboard
Faust UI Compositor
The numeric value of hsliders & vsliders is displayed in an editable text field. A user can edit a value, but when focus leaves the field the value reverts and...
For example: ``` import("stdfaust.lib"); slider = vslider("h:Frame/v:/[0]pitch",110,20,20000,1); gate= checkbox("h:Frame/v:/[1]Gate"); process = os.oscsin(slider) * gate; ``` Attached is a screen shot from FaustIDE showing the problem. Same occurs in Faust Editor....
Hello! First and furthmost, let me thank you for building this package. I'm a big fan for it, and use it in one of my projects. My project is still...
It would be really handy if double-click were to restore controls such as hslider and vslider to their initial values.
Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...