feat: some shit

This commit is contained in:
Max Richter
2026-01-23 02:28:17 +01:00
parent ab02a71ca5
commit 571bb2a5d3
10 changed files with 243 additions and 153 deletions

View File

@@ -7,47 +7,68 @@
{
"id": 9,
"position": [
220,
80
225,
65
],
"type": "max/plantarium/output",
"props": {}
"props": {
"out": 0
}
},
{
"id": 10,
"position": [
195,
80
200,
60
],
"type": "max/plantarium/math",
"props": {
"op_type": 0,
"op_type": 3,
"a": 2,
"b": 2
"b": 0.38
}
},
{
"id": 11,
"position": [
170,
80
175,
60
],
"type": "max/plantarium/float",
"props": {
"value": 0.1
"value": 0.66
}
},
{
"id": 12,
"position": [
170,
100
175,
80
],
"type": "max/plantarium/float",
"props": {
"value": 0.1
"value": 1
}
}
],
"edges": []
"edges": [
[
11,
0,
10,
"a"
],
[
12,
0,
10,
"b"
],
[
10,
0,
9,
"out"
]
]
}