animata.controls
Class NoteBone

java.lang.Object
  extended by animata.controls.Control
      extended by animata.controls.NoteBone
All Implemented Interfaces:
java.util.Observer

public class NoteBone
extends Control
implements java.util.Observer


Constructor Summary
NoteBone(MidiInput in, int channel, java.lang.String bone, float on, float off, int note)
           
NoteBone(processing.xml.XMLElement element, MidiInput in)
           
 
Method Summary
 void noteOffReceived(Note n)
           
 void noteOnReceived(Note n)
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteBone

public NoteBone(processing.xml.XMLElement element,
                MidiInput in)

NoteBone

public NoteBone(MidiInput in,
                int channel,
                java.lang.String bone,
                float on,
                float off,
                int note)
Method Detail

noteOnReceived

public void noteOnReceived(Note n)

noteOffReceived

public void noteOffReceived(Note n)

update

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


processing library AnimataPlayback by Michael Forrest. (c) 2008