13 #ifndef __Pd____Oscillator__
14 #define __Pd____Oscillator__
18 #include "UnitGenerator.h"
42 float *cos_table_osc =
nullptr;
45 void cos_maketable_osc();
55 double perform(
double frequency);
56 void setPhase(
double phase);
58 std::string pdName =
"osc~";
A sinewave oscillator.
Definition: Oscillator.h:32
The Pd++ namespace.
Definition: BandPass.cpp:14
A super class inherited by all Pd++ objects.
Definition: PdMaster.h:62