public class SysexMatcher extends Object
Modifier and Type | Field and Description |
---|---|
byte |
F0 |
byte |
F7 |
int |
MAX_MATCH_LENGTH |
protected int |
numSysexMsgs |
protected String |
sSysexHeader |
protected byte[] |
sysex |
Constructor and Description |
---|
SysexMatcher(byte[] sysex) |
Modifier and Type | Method and Description |
---|---|
String |
detectCorruptSysex() |
String |
detectCorruptSysex(IDriver driver,
Patch patch,
String sysexID,
int size,
int numSysexMsgs) |
boolean |
matches(String sysexID,
int size,
int numSysexMsgs) |
void |
setSysex(byte[] sysex) |
public final int MAX_MATCH_LENGTH
public final byte F7
public final byte F0
protected String sSysexHeader
protected int numSysexMsgs
protected byte[] sysex
public void setSysex(byte[] sysex)
public boolean matches(String sysexID, int size, int numSysexMsgs)
public String detectCorruptSysex(IDriver driver, Patch patch, String sysexID, int size, int numSysexMsgs)
public String detectCorruptSysex()
Copyright © 2014. All Rights Reserved.