21#ifndef YASE_ADDITIVE_SAW_H
22#define YASE_ADDITIVE_SAW_H
A sawtooth wave oscillator.
Definition additive_saw.hh:40
void update()
Definition additive_saw.cc:33
AdditiveSaw()
Construct a sawtooth oscillator. The default is to set the type to "additive".
Definition additive_saw.cc:27
void init()
Definition additive_saw.cc:29
An abstract base class from which oscillators like Sine, Saw, and Triangle are derived.
Definition oscillator.hh:42
Definition additive_saw.cc:24