Flash on any message, send a
| bang | Performs the same function as . | |
| int | input [int] |
Performs the same function as . |
| float | input [float] |
Performs the same function as . |
| anything | input [list] |
When any message is received in the inlet, the button flashes briefly and a is sent out the outlet. |
| assign | assign-input [float] |
The word , followed by a floating point value, causes that value to be stored and displayed and sent out the live.button 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. |
| (mouse) | Clicking on the live.button object will cause it to flash briefly and send a message out the outlet. |
| Name | Type | g/s | Description |
|---|---|---|---|
| active | int def.:1 |
Toggles the object's active mode. When is set to 0, mouse action does not cause output and the inactive colors are used. | |
| activebgcolor | float | When the attribute is set to 1, this attribute sets the background color displayed when the button is off in RGBA format. | |
| activebgoncolor | float | When the attribute is set to 1, this attribute sets the background color displayed when the button is on in RGBA format. | |
| bgcolor | float | When the attribute is set to 0, this attribute sets the background color displayed when the button is off in RGBA format. | |
| bgoncolor | float | When the attribute is set to 0, this attribute sets the background color displayed when the button is on in RGBA format. | |
| blinktime | int def.:100 |
Sets the blink time in milliseconds. | |
| bordercolor | float | Sets the border color of live.button object in RGBA format. Note that this color is only used in the mode within Live. | |
| focusbordercolor | float | Sets the display color for the focused live.button object's border in RGBA format. Note that this color is only used in mode within Live. | |
| transition | int def.:0 |
The parameter automation of live.button stores 0 and 1 values. The attribute specifies when a message will be sent to the outlet. : output a when the parameter value changes from 0. to 1. : output a when the parameter value changes from 1. to 0. : output a when the parameter value changes from 0. to 1. and when it changes from 1. to 0. |
| Name | Description |
|---|---|
| button | Flash on any message, send a bang |
| trigger | Send input to many places, in order |
| Max Basic Tutorial 2: Bang! | Max Basic Tutorial 2: Bang! |