- java.lang.Object
-
- com.pdplusplus.PdMaster
-
- com.pdplusplus.TabRead4
-
public class TabRead4 extends PdMaster
-
-
Field Summary
Fields Modifier and Type Field Description long
pointer
-
Constructor Summary
Constructors Constructor Description TabRead4()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TabRead4
allocate()
static void
free(TabRead4 tab)
double
getOnset()
long
getTableSize()
double
perform(double index)
void
setOnset(double point)
void
setTable(double[] table)
-
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
-
allocate
public static TabRead4 allocate()
-
free
public static void free(TabRead4 tab)
-
perform
public double perform(double index)
-
setTable
public void setTable(double[] table)
-
getTableSize
public long getTableSize()
-
setOnset
public void setOnset(double point)
-
getOnset
public double getOnset()
-
-