Control Surface  1.1.1
MIDI Control Surface library for Arduino
Variables
MCU::VUDecay Namespace Reference

VU Decay time constants. More...

Variables

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

Detailed Description

VU Decay time constants.

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-MEGA.ino, MCU-OLED-SSD1306-x2.ino, MCU-OLED-SSD1306.ino, and VU-Meter-Bridge.ino.

Definition at line 41 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 43 of file VU.hpp.