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
{
"widgets": [
{
"bool": {
"common": {
"name": "Boolean Messsage",
"description": "A true or false value",
"plug": {
"OutputPlug": {
"name": "Message",
"topic": {
"Tether": {
"role": "gui",
"id": "any",
"plug_name": "Message",
"full_topic": "gui/any/Message"
}
},
"qos": 0,
"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
}
},
{
"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
}