|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
A real-time safe source processor (oscillators, noise, LFOs). More...
#include <ProcessorTraits.h>
A real-time safe source processor (oscillators, noise, LFOs).
Generators produce output to a buffer without requiring input. Must support both scalar getSample() and SIMD-friendly generateBlock().
| P | Processor type. |
| T | Sample type. |
Definition at line 89 of file ProcessorTraits.h.