Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Variables
MCU::VUDecay Namespace Reference

Detailed Description

VU Decay time constants.

Variables

constexpr unsigned int Hold = 0
 Don't decay automatically, hold the latest value until a new one is received.
 
constexpr unsigned int Default = 150
 Decay one segment/block every 150 ms if no new values are received.
 

Variable Documentation

◆ Hold

constexpr unsigned int Hold = 0
constexpr

Don't decay automatically, hold the latest value until a new one is received.

Examples
MCU-OLED-SSD1306-x2.ino, MCU-OLED-SSD1306.ino, and VU-Meter-Bridge.ino.

Definition at line 177 of file VU.hpp.

◆ Default

constexpr unsigned int Default = 150
constexpr

Decay one segment/block every 150 ms if no new values are received.

Examples
4.VULEDs.ino.

Definition at line 179 of file VU.hpp.