All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.nosuch.midi.MidiNoteable

public interface MidiNoteable

Method Index

 o getChannel()
 o getPitch()
 o getVelocity()
 o setChannel(int)
 o setPitch(int)
 o setVelocity(int)

Methods

 o getPitch
 public abstract int getPitch()
 o setPitch
 public abstract void setPitch(int p)
 o getChannel
 public abstract int getChannel()
 o setChannel
 public abstract void setChannel(int c)
 o getVelocity
 public abstract int getVelocity()
 o setVelocity
 public abstract void setVelocity(int v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index