com.confusionists.mjdjApi.util
Class MidiTimerTaskSendToMorphs

java.lang.Object
  extended by java.util.TimerTask
      extended by com.confusionists.mjdjApi.util.MidiTimerTask
          extended by com.confusionists.mjdjApi.util.MidiTimerTaskSendToMorphs
All Implemented Interfaces:
java.lang.Runnable

public class MidiTimerTaskSendToMorphs
extends MidiTimerTask

Author:
DanielRosenstark [at_sign] confusionists.com

Constructor Summary
MidiTimerTaskSendToMorphs()
           
 
Method Summary
 void run()
          this method delivers the payload at the proportion of the beat after the beat as it was scheduled with the MjdjService instance.
 
Methods inherited from class com.confusionists.mjdjApi.util.MidiTimerTask
getAfterBeat, getMorph, getPayload, getPayloadAsShortMessageWrapper, init, init, runOnBeatBefore, setAfterBeat, setMorph, setPayload
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiTimerTaskSendToMorphs

public MidiTimerTaskSendToMorphs()
Method Detail

run

public void run()
this method delivers the payload at the proportion of the beat after the beat as it was scheduled with the MjdjService instance. Subclasses may override this to do fancier and/or other functionality.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class MidiTimerTask