11 #ifndef __Pd____myLine__
12 #define __Pd____myLine__
32 bool isStopped =
false;
33 long sampleCounter = 0;
34 double valueIncrementor = 0;
40 double perform(
double arg1,
double arg2,
double arg3);
A super class inherited by all Pd++ objects.
Definition: PdMaster.h:62
Personal namespace. Use intials for your own classes.
Definition: CosineWave.cpp:18
Generates a ramp over a specified time.
Definition: myLine.h:26