|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.frinika.contrib.boblang.MidiInputBase
public abstract class MidiInputBase
An abstract class which will have concrete extensions to accept midi input and format the commands into an active buffer.
This class is abstract so that the various extensions can use different input techniques, such as Pure Java for windows and apple.com for Max OS X.
Constructor Summary | |
---|---|
protected |
MidiInputBase(CommandList inCommands)
Constructor for the class. |
Method Summary | |
---|---|
protected void |
acceptCommand(int status,
int data1,
int data2)
Accept a midi command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MidiInputBase(CommandList inCommands)
Method Detail |
---|
protected void acceptCommand(int status, int data1, int data2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |