-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdemo.json
More file actions
87 lines (87 loc) · 2.02 KB
/
demo.json
File metadata and controls
87 lines (87 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"widgets": [
{
"bool": {
"common": {
"name": "Boolean Messsage",
"description": "A true or false value",
"plug": {
"OutputPlug": {
"name": "",
"topic": {
"Tether": {
"role": "gui",
"id": "any",
"plug_name": "",
"full_topic": "gui/any/"
}
},
"qos": 1,
"retain": false
}
},
"midiMapping": null
},
"value": false
}
},
{
"floatNumber": {
"common": {
"name": "Floating Point Number",
"description": "A single 64-bit floating point number",
"plug": {
"OutputPlug": {
"name": "Floating_Point_Number",
"topic": {
"Tether": {
"role": "gui",
"id": "any",
"plug_name": "Floating_Point_Number",
"full_topic": "gui/any/Floating_Point_Number"
}
},
"qos": 0,
"retain": false
}
},
"midiMapping": null
},
"value": 0.0,
"rangeMin": 0.0,
"rangeMax": 1.0,
"shouldRound": false,
"stepSize": 1.0
}
},
{
"point2D": {
"common": {
"name": "Point2D",
"description": "X and Y values",
"plug": {
"OutputPlug": {
"name": "Point2D",
"topic": {
"Tether": {
"role": "gui",
"id": "any",
"plug_name": "Point2D",
"full_topic": "gui/any/Point2D"
}
},
"qos": 0,
"retain": false
}
},
"midiMapping": null
},
"value": [
0.0,
0.0
]
}
}
],
"tetherSettings": null
}