The XY Field has a draggable circle where the bottom left is (-1,-1) the center is (0,0) and the top right is (1,1). Drag the circle with the left mouse and reset it to (0,0) using the right click. Note that the ghost values have no effect on the outputs.

Inputs

  • Show Ghost (Number,Bool)
  • Ghost X (Number)
  • Ghost Y (Number)

Outputs

  • Ghost X (Number)
  • Ghost Y (Number)

A button with a configurable label and two operating modes: normal and toggle. An additional ghost input can control the button remotely.

Inputs

  • Title (String)
  • Toggle (Number, Bool)
  • Ghost (Number,Bool)

Outputs

  • State (Number,Bool)

A single slider with configurable minimum, maximum value, tick marks (count and stop on ticks).

Inputs

  • Minimum (Number)
  • Maximum (Number)
  • Tick Marks (Number)
  • Stop on Marks (Number)

Outputs

  • Value (Number)

This patch is (like you might have guessed from the name) just a label for your interface. It accepts every type as “Text” input. You can also set the font size and use a mono-font.

Inputs

  • Text (every type accepted, although maybe not presented correctly)
  • Font Size (Number)
  • Monospace (Number, Bool)