12 #ifndef __Pd____Phasor__
13 #define __Pd____Phasor__
40 double getConv() {
return conv;};
52 void setPhase(
double);
53 double getPhase() {
return phase;};
55 double getFrequency() {
return frequency;};
56 void setVolume(
double);
60 const std::string
pdName =
"phasor~"; };
The Pd++ namespace.
Definition: BandPass.cpp:14
A super class inherited by all Pd++ objects.
Definition: PdMaster.h:62
A sawtooth generator.
Definition: Phasor.h:27
Definition: PdMaster.h:82
const std::string pdName
Every pd++ class should have a pdName that is its pd equivalent.
Definition: Phasor.h:60
double perform(double input)
Definition: Phasor.cpp:50
~Phasor()
Frequency and phase.
Definition: Phasor.cpp:43
void setFrequency(double)
Definition: Phasor.cpp:75