public abstract class Note
extends java.lang.Object
| Constructor and Description |
|---|
Note(byte instrument,
byte key) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getInstrument() |
byte |
getKey() |
void |
setInstrument(byte instrument) |
void |
setKey(byte key) |
public void setInstrument(byte instrument)
public byte getInstrument()
public void setKey(byte key)
public byte getKey()