Update zui bindings

This commit is contained in:
luboslenco
2024-04-10 19:39:17 +02:00
parent a6b693050a
commit 8bc7d1f912
50 changed files with 1954 additions and 575 deletions
+10 -3
View File
@@ -67,7 +67,9 @@ let float_node_def: zui_node_t = {
color: 0xffa1a1a1,
default_value: 0.5,
min: 0.0,
max: 10.0
max: 10.0,
precision: 100,
display: 0
}
],
outputs: [
@@ -77,8 +79,13 @@ let float_node_def: zui_node_t = {
name: _tr("Value"),
type: "VALUE",
color: 0xffa1a1a1,
default_value: 0.5
default_value: 0.5,
min: 0.0,
max: 1.0,
precision: 100,
display: 0
}
],
buttons: []
buttons: [],
width: 0
};