Classes to produce a computed sound wave on the analog output.

Dependents:   SoundWaveGeneratorTest SoundWaveGeneratorTest

Embed: (wiki syntax)

« Back to documentation index

WaveCombo Class Reference

WaveCombo Class Reference

A class that produces a wave that results of the combination of multiple waves. More...

#include <WaveCombo.h>

Inherits snd_wave_generator::Wave.


Detailed Description

A class that produces a wave that results of the combination of multiple waves.

The combined wave does not buffer itself (as it does not know the length of the combined cycle. During preparation phase, it invokes the prepare() method of its contained waves.

Definition at line 14 of file WaveCombo.h.