- java.lang.Object
-
- com.pdplusplus.PdMaster
-
- com.pdplusplus.Pd
-
- All Implemented Interfaces:
java.lang.Runnable
public class Pd extends PdMaster implements java.lang.Runnable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Pd
getInstance(PdAlgorithm pda)
void
run()
void
start()
void
start(int priority)
void
stop()
-
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
-
-
-
-
Method Detail
-
getInstance
public static Pd getInstance(PdAlgorithm pda)
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
start
public void start()
-
start
public void start(int priority)
-
stop
public void stop()
-
-