Package com.pdplusplus
Class Delay
- java.lang.Object
-
- com.pdplusplus.PdMaster
-
- com.pdplusplus.Delay
-
public class Delay extends PdMaster
-
-
Field Summary
Fields Modifier and Type Field Description long
pointer
-
Constructor Summary
Constructors Constructor Description Delay()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Delay
allocate()
static void
free(Delay del)
double
perform(double input)
void
reset()
void
setDelayTime(double time)
-
Methods inherited from class com.pdplusplus.PdMaster
dbtopow, dbtorms, DEBUG, free, ftom, getBlockSize, getFFTWindow, getSampleRate, getTimeInMilliSeconds, getTimeInSampleTicks, mtof, powtodb, rmstodb, SET_DEBUG, setBlockSize, setFFTWindow, setSampleRate
-
-