13 #ifndef __Pd____TabRead4__
14 #define __Pd____TabRead4__
46 std::vector<double> theArray;
54 TabRead4(std::vector<double> anArray);
56 double perform(
double index);
59 void setTable(std::vector<double> table);
60 size_t getTableSize();
61 void setOnset(
double);
64 const std::string pdName =
"tabread4~";
The Pd++ namespace.
Definition: BandPass.cpp:14
A 4-point table lookup routine.
Definition: TabRead4.h:41
A super class inherited by all Pd++ objects.
Definition: PdMaster.h:62
A struct that holds the four interpolation points for TabRead4.
Definition: TabRead4.h:23