Output numbers by moving a dial onscreen
bang | Sends the current value out the outlet. | |
int | input [int] |
The number received in the inlet is stored and displayed by the live.dial object and sent out the outlet. |
float | input [float] |
The number received in the inlet is stored and displayed in the live.dial and sent out the outlet. |
assign | assign-input [float] |
The word live.dial object's outlet. If the Parameter Visibility attribute is set to Stored Only, the message will not add the new value to the Live application’s undo chain.. | , followed by a floating point value, causes that value to be stored and displayed and sent out the
init | Restores and outputs the initial value. | |
(mouse) | Click and drag in the dial to change the value. Hold down the Command key (Macintosh) or the Control key (Windows) for more precise mouse control. | |
outputvalue | Sends the current value out the outlet. | |
set | set-input [float] |
Sets the current value without causing any output. |
Name | Type | g/s | Description |
---|---|---|---|
active | int def.:1 |
Toggles the object's active mode. When the | attribute is set to 0, the mouse action does not cause output and the inactive colors are used.|
activedialcolor | float | Sets the dial color in RGBA format to be used when the | attribute is set to 1.|
activeneedlecolor | float | Sets the needle color in RGBA format to be used when the | attribute is set to 1.|
appearance | int def.:0 |
The word live.dial object. The display options are 0: Vertical (the default) 1: Tiny 2: Panel |
followed by a number, sets the display style for the |
bordercolor | float | Sets the display color for the live.dial object's border in RGBA format. | |
dialcolor | float | Sets the dial color in RGBA format displayed when the | attribute is set to 0.|
focusbordercolor | float | Sets the display color for the focused live.dial object's border in RGBA format. | |
needlecolor | float | Sets the needle color in RGBA format. This is only used when the | attribute is set to 0.|
panelcolor | float | Sets the panel color in RGBA format. This is only used when the | attribute is set to mode.|
showname | int def.:1 |
Toggles the display of the parameter name. The default is 1 (displayed). | |
shownumber | int def.:1 |
Toggles the display of the parameter value. The default is 1 (displayed). | |
textcolor | float | Sets the display color for the live.dial object's text in RGBA format. | |
triangle | int def.:0 |
Toggles the display of a triangle in the dial display. When the | attribute is set to 1 and the triangle is displayed, clicking on it will restore the dial's initial value.|
tribordercolor | float | Sets the triangle border color in RGBA format. | |
tricolor | float | Sets the display color for the live.dial object's triangle in RGBA format. |
Name | Description |
---|---|
live.numbox | Display and output a number |
live.slider | Output numbers by moving a slider onscreen |
dial | Output numbers by moving a dial onscreen |
Max Basic Tutorial 7: Numerical User Interfaces | Max Basic Tutorial 7: Numerical User Interfaces |