public class MidiUtils extends Object
| Constructor and Description |
|---|
MidiUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
get14bitLSB(int nValue) |
static int |
get14bitMSB(int nValue) |
static int |
get14bitValue(int nLSB,
int nMSB) |
static int |
getUnsignedInteger(byte b) |
static byte[] |
getVariableLengthQuantity(long lValue) |
static int |
writeVariableLengthQuantity(long lValue,
OutputStream outputStream) |
public static int getUnsignedInteger(byte b)
public static int get14bitValue(int nLSB,
int nMSB)
public static int get14bitMSB(int nValue)
public static int get14bitLSB(int nValue)
public static byte[] getVariableLengthQuantity(long lValue)
public static int writeVariableLengthQuantity(long lValue,
OutputStream outputStream)
throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.