public class NBSv4Note extends NBSv0Note
| Constructor and Description |
|---|
NBSv4Note(byte instrument,
byte key,
byte velocity,
short panning,
short pitch) |
NBSv4Note(com.google.common.io.LittleEndianDataInputStream dis) |
| Modifier and Type | Method and Description |
|---|---|
short |
getPanning() |
short |
getPitch()
100 = 1 key
1200 = 1 octave
|
byte |
getVelocity() |
getInstrument, getKey, setInstrument, setKeypublic NBSv4Note(com.google.common.io.LittleEndianDataInputStream dis)
throws java.io.IOException
java.io.IOExceptionpublic NBSv4Note(byte instrument,
byte key,
byte velocity,
short panning,
short pitch)
public byte getVelocity()
public short getPanning()
public short getPitch()