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