9 #ifndef __Pd____Sawtooth__ 
   10 #define __Pd____Sawtooth__ 
   27     double samplesPerCycle;
 
   35     double perform(
double);
 
   36     void setFrequency(
double);
 
   37     double getFrequency();
 
A sawtooth wave generator. 
Definition: Sawtooth.h:24
 
A super class inherited by all Pd++ objects. 
Definition: PdMaster.h:62
 
Personal namespace. Use intials for your own classes. 
Definition: CosineWave.cpp:18
 
void setVolume(double)
Definition: Sawtooth.cpp:50