21#ifndef YASE_OSCILLATOR_H
22#define YASE_OSCILLATOR_H
An abstract base class for modules.
Definition module.hh:39
An abstract base class from which oscillators like Sine, Saw, and Triangle are derived.
Definition oscillator.hh:42
virtual void update()
Definition oscillator.cc:44
void init()
Definition oscillator.cc:40
Definition additive_saw.cc:24