public class InstrumentNote extends Note
| Constructor and Description |
|---|
InstrumentNote(NBS nbs,
int instrument,
int key,
int velocity,
int panning,
int pitch) |
InstrumentNote(NBS nbs,
Note note) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
IInstrument |
getNoteInstrument() |
int |
hashCode() |
java.lang.String |
toString() |
getInstrument, getKey, getPanning, getPitch, getRawVelocity, getVelocity, setInstrument, setKey, setPanning, setPitch, setVelocitypublic InstrumentNote(NBS nbs, int instrument, int key, int velocity, int panning, int pitch)