Excitation signal types for waveguide synthesis.
| Enumerator |
|---|
| IMPULSE | Single-sample Dirac impulse.
|
| NOISE_BURST | Short white noise burst (default for pluck)
|
| FILTERED_NOISE | Spectrally-shaped noise burst.
|
| SAMPLE | User-provided excitation waveform.
|
| CONTINUOUS | External node as continuous exciter (bowing)
|
Definition at line 100 of file WaveguideNetwork.hpp.
100 : uint8_t {
106 };
@ IMPULSE
Single-sample Dirac impulse.
@ FILTERED_NOISE
Spectrally-shaped noise burst.
@ CONTINUOUS
External node as continuous exciter (bowing)
@ NOISE_BURST
Short white noise burst (default for pluck)
@ SAMPLE
User-provided excitation waveform.