ποΈ Color Effects
The ColorEffects namespace provides utility functions for generating dynamic lighting effects such as rainbow, breathing, strobe, and other color modulation effects based on time and phase offsets.
ποΈ Hash
The Hash and StaticHash utilities provide mechanisms for generating hash values from strings. They are useful for applications requiring unique identifiers or efficient lookups.
ποΈ Midi Port
The MidiPort class provides functionality to manage MIDI ports, including opening, closing, sending, and receiving MIDI packets. It is part of the Matrix OS MIDI system.
ποΈ Saved Variable
The SavedVariable template class provides a mechanism to manage variables with persistent storage using the MatrixOS::NVS API. It supports automatic saving, loading, and managing variable states.
ποΈ Timer
The Timer class provides utilities for tracking time intervals and managing event-driven timing mechanisms.