Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
widgets.hpp
Go to the documentation of this file.
1/**
2 * @file widgets.hpp
3 * @brief Umbrella header for all Audio Stack widgets
4 *
5 * Includes all widget headers (sources, processors, modulators).
6 * Header-only templates — zero flash cost unless instantiated.
7 */
8
9#ifndef SBL_WIDGETS_HPP_
10#define SBL_WIDGETS_HPP_
11
12// Sources
18
19// Processors
24
25// Modulators
28
29#endif // SBL_WIDGETS_HPP_