|
CSL
6.0
|
Struct for partial overtones. More...
#include <Oscillator.h>
Public Attributes | |
| float | number |
| float | amplitude |
| float | phase |
Struct for partial overtones.
Definition at line 164 of file Oscillator.h.
| float csl::Partial::number |
Definition at line 165 of file Oscillator.h.
Referenced by csl::SumOfSines::addPartial(), csl::SumOfSines::addPartials(), csl::SHARCSpectrum::dump_example(), csl::SumOfSines::nextWaveInto(), and csl::SumOfSines::SumOfSines().
| float csl::Partial::amplitude |
Definition at line 166 of file Oscillator.h.
Referenced by csl::SumOfSines::addPartial(), csl::SumOfSines::addPartials(), csl::SHARCSpectrum::dump_example(), csl::SumOfSines::nextWaveInto(), and csl::SumOfSines::SumOfSines().
| float csl::Partial::phase |
Definition at line 167 of file Oscillator.h.
Referenced by csl::SumOfSines::addPartial(), csl::SHARCSpectrum::dump_example(), csl::SumOfSines::nextWaveInto(), and csl::SumOfSines::SumOfSines().