MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ ExciterType

Excitation signal types for modal synthesis.

Enumerator
IMPULSE 

Single-sample Dirac impulse (default)

NOISE_BURST 

Short white noise burst.

FILTERED_NOISE 

Spectrally-shaped noise burst.

SAMPLE 

User-provided excitation waveform.

CONTINUOUS 

External node as continuous exciter.

Definition at line 80 of file ModalNetwork.hpp.

80 : uint8_t {
81 IMPULSE, ///< Single-sample Dirac impulse (default)
82 NOISE_BURST, ///< Short white noise burst
83 FILTERED_NOISE, ///< Spectrally-shaped noise burst
84 SAMPLE, ///< User-provided excitation waveform
85 CONTINUOUS ///< External node as continuous exciter
86 };
@ IMPULSE
Single-sample Dirac impulse (default)
@ FILTERED_NOISE
Spectrally-shaped noise burst.
@ CONTINUOUS
External node as continuous exciter.
@ SAMPLE
User-provided excitation waveform.