All Packages Class Hierarchy This Package Previous Next Index
Interface com.nosuch.midi.MidiNoteable
- public interface MidiNoteable
-
getChannel()
-
-
getPitch()
-
-
getVelocity()
-
-
setChannel(int)
-
-
setPitch(int)
-
-
setVelocity(int)
-
getPitch
public abstract int getPitch()
setPitch
public abstract void setPitch(int p)
getChannel
public abstract int getChannel()
setChannel
public abstract void setChannel(int c)
getVelocity
public abstract int getVelocity()
setVelocity
public abstract void setVelocity(int v)
All Packages Class Hierarchy This Package Previous Next Index