public class McSp2Note
extends java.lang.Object
| Constructor and Description |
|---|
McSp2Note() |
| Modifier and Type | Method and Description |
|---|---|
McSp2Note |
copy() |
boolean |
equals(java.lang.Object o) |
byte |
getInstrument() |
char |
getInstrumentAndKey() |
byte |
getKey() |
int |
hashCode() |
McSp2Note |
setInstrument(byte instrument) |
McSp2Note |
setInstrumentAndKey(char data) |
McSp2Note |
setKey(byte key) |
public byte getInstrument()
public McSp2Note setInstrument(byte instrument)
public byte getKey()
public McSp2Note setKey(byte key)
public McSp2Note setInstrumentAndKey(char data)
public char getInstrumentAndKey()
public McSp2Note copy()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object