Package samer.units

Class OnsetMap

  • java.lang.Object
    • Viewable
      • samer.units.OnsetMap
  • All Implemented Interfaces:
    java.util.Observer, Task


    public class OnsetMap
    extends Viewable
    implements Task, java.util.Observer
    • 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()
      • starting

        public void starting()
        Specified by:
        starting in interface Task
      • stopping

        public void stopping()
        Specified by:
        stopping in interface Task
      • run

        public void run()
        Specified by:
        run in interface Task
      • dispose

        public void dispose()
        Specified by:
        dispose in interface Task
      • update

        public void update(java.util.Observable o,
                           java.lang.Object a)
        Specified by:
        update in interface java.util.Observer
      • getViewer

        public Viewer getViewer()