public class MidiUtils
extends java.lang.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,
java.io.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, java.io.OutputStream outputStream) throws java.io.IOException
java.io.IOException