public abstract class YamahaSY77Sysex extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CHECKSUM_OFFSET |
static int |
DEVICE_ID_OFFSET |
static int |
SIZE_LENGTH |
static int |
SIZE_OFFSET |
static int |
SYSEX_OVERHEAD |
Constructor and Description |
---|
YamahaSY77Sysex() |
Modifier and Type | Method and Description |
---|---|
static void |
checksum(byte[] sysex) |
static void |
checksum(byte[] sysex,
int offset) |
static void |
checksum(byte[] sysex,
int start,
int len) |
static int |
getSize(byte[] sysex,
int offset) |
public static final int DEVICE_ID_OFFSET
public static final int SIZE_OFFSET
public static final int SIZE_LENGTH
public static final int CHECKSUM_OFFSET
public static final int SYSEX_OVERHEAD
Copyright © 2014. All Rights Reserved.