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

◆ ExciterType

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 {
101 IMPULSE, ///< Single-sample Dirac impulse
102 NOISE_BURST, ///< Short white noise burst (default for pluck)
103 FILTERED_NOISE, ///< Spectrally-shaped noise burst
104 SAMPLE, ///< User-provided excitation waveform
105 CONTINUOUS ///< External node as continuous exciter (bowing)
106 };
@ CONTINUOUS
External node as continuous exciter (bowing)
@ NOISE_BURST
Short white noise burst (default for pluck)
@ SAMPLE
User-provided excitation waveform.