| Name |
Type |
g/s |
Description |
| bgcolor |
float |
|
Sets the RGBA values for the background color of the meter~ object. |
|
def.:0.4063 0.4063 0.4063 1. |
| bordercolor |
float |
|
Sets the RGBA values for the border color of the meter~ object. |
|
def.:0.2 0.2 0.2 1. |
| coldcolor |
float |
|
Sets the RGBA values for the cold signal color of the meter~ object. |
|
def.:0. 0.6 0. 1. |
| dbperled |
int |
|
Sets the amount of signal level in deciBels represented by each LED. By default each LED represents a 3dB change in volume from its neighboring LEDs. |
|
def.:3 |
| hotcolor |
float |
|
Sets the RGBA values for the LED color for the upper "hot" range of the meter~ object. |
|
def.:1. 0.6 0. 1. |
| interval |
int |
|
Sets the update-time interval, in milliseconds, of the meter~ display. The minimum update-interval is 10 milliseconds, the maximum is 2 seconds, and the default is 50 milliseconds. This message also sets the rate at which meter~ sends out the peak value received in that time interval. |
|
def.:50 |
| nhotleds |
int |
|
Sets the total number "hot" warning LEDs displayed on the meter~ object (corresponding to the color set by the rgba2 message). |
|
def.:3 |
| ntepidleds |
int |
|
Sets the total number "tepid" mid-range LEDs displayed on the meter~ object (corresponding to the color set by the rgba5 message). |
|
def.:3 |
| numleds |
int |
|
The word numleds, followed by a number between 10 and 20, sets the total number of LEDs displayed on the meter~ object. The range is 10-20 LEDs. |
|
def.:12 |
| nwarmleds |
int |
|
Sets the total number "warm" lower-mid-range LEDs displayed on the meter~ object (corresponding to the color set by the rgba4 message). |
|
def.:3 |
| overloadcolor |
float |
|
Sets the RGBA values for the LED color for the "over" indicator of the meter~ object. |
|
def.:1. 0. 0. 1. |
| tepidcolor |
float |
|
Sets the RGBA values for the LED color for the lower-middle "tepid" range of the meter~ object. |
|
def.:0.6 0.73243 0. 1. |
| warmcolor |
float |
|
Sets the RGBA values for the LED color for upper-middle "warm" range of the meter~ object. |
|
def.:0.8545 0.8545 0. 1. |