public class AlesisDMProParser extends Object
| Constructor and Description |
|---|
AlesisDMProParser(Patch p) |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue(int nByte,
int nBit,
int nBits)
Gets value from raw bytes.
|
void |
setValue(int nByte,
int nBit,
int nBits,
int nValue)
Sets value in raw bytes, and updates sysex Arguments are sent according
to docs (compressed, "raw") TODO: Variable names could be more clear
|
public AlesisDMProParser(Patch p)
public int getValue(int nByte,
int nBit,
int nBits)
public void setValue(int nByte,
int nBit,
int nBits,
int nValue)
Copyright © 2014. All Rights Reserved.