Prominent
Shows a single colour of the most prominent note.
On this page
Output Modes: Discrete 1D
Source Code
Configuration
Option Name | Type | Default | Range | Controllable | Description |
---|---|---|---|---|---|
Type | string | “Prominent” | ❌ | Required: Specifies this visualizer type. | |
Name | string | Any unique name | ❌ | Required: A unique identifier used to attach outputs and controllers. | |
LEDCount | int | 50 | 1~100000 | ✅ | The number of discrete data points to output. All LEDs will be set to the same colour. |
FrameRate | int | 60 | 0~1000 | ✅ | The number of data frames to attempt to calculate per second. Determines how fast the data is output. |
SaturationAmplifier | float | 2.0 | 0.0~100.0 | ✅ | Multiplier for colour saturation before conversion to RGB and output. |
Enable | bool | true | ✅ | Whether to use this visualizer. |