tether-egui 0.9.2

GUI for building and testing Tether-based applications
{
  "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
}