Package samer.units
Class OnsetMap
- java.lang.Object
-
- Viewable
-
- samer.units.OnsetMap
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
Matrix
getBinMatrix()
int
getVelocity()
VDouble
getVelocitySignal()
Viewer
getViewer()
boolean
isOnset()
void
run()
void
starting()
void
stopping()
void
update(java.util.Observable o, java.lang.Object a)
-
-
-
Constructor Detail
-
OnsetMap
public OnsetMap(Vec x)
-
-
Method Detail
-
getBinMatrix
public Matrix getBinMatrix()
-
getVelocitySignal
public VDouble getVelocitySignal()
-
isOnset
public boolean isOnset()
-
getVelocity
public int getVelocity()
-
update
public void update(java.util.Observable o, java.lang.Object a)
- Specified by:
update
in interfacejava.util.Observer
-
getViewer
public Viewer getViewer()
-
-