Sound Byte Libs
29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
src
sbl
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
13
#include <
sbl/widgets/source/wavetable_osc.hpp
>
14
#include <
sbl/widgets/source/scanning_osc.hpp
>
15
#include <
sbl/widgets/source/supersaw_osc.hpp
>
16
#include <
sbl/widgets/source/polyblep_osc.hpp
>
17
#include <
sbl/widgets/source/noise.hpp
>
18
19
// Processors
20
#include <
sbl/widgets/proc/svf.hpp
>
21
#include <
sbl/widgets/proc/vca.hpp
>
22
#include <
sbl/widgets/proc/delay.hpp
>
23
#include <
sbl/widgets/proc/plate_reverb.hpp
>
24
25
// Modulators
26
#include <
sbl/widgets/mod/envelope.hpp
>
27
#include <
sbl/widgets/mod/lfo.hpp
>
28
29
#endif
// SBL_WIDGETS_HPP_
delay.hpp
envelope.hpp
lfo.hpp
noise.hpp
plate_reverb.hpp
polyblep_osc.hpp
scanning_osc.hpp
supersaw_osc.hpp
svf.hpp
vca.hpp
wavetable_osc.hpp
Generated by
1.9.8