public class FutureNote extends Note
instrument, key| Constructor and Description |
|---|
FutureNote(byte key,
byte instrument) |
| Modifier and Type | Method and Description |
|---|---|
FutureNote |
clone() |
byte |
getInstrument() |
byte |
getKey() |
void |
setInstrument(byte instrument) |
void |
setKey(byte key) |
equals, getRawInstrument, getRawKey, hashCodepublic byte getInstrument()
getInstrument in class NoteInstrument.fromNbsId(byte)public void setInstrument(byte instrument)
setInstrument in class Noteinstrument - The instrument of the note. Uses the NBS id system. See Instrument.fromNbsId(byte)public byte getKey()
public void setKey(byte key)
public FutureNote clone()