public class RolandD10Support extends Object
Constructor and Description |
---|
RolandD10Support()
Creates a new instance of RolandD10Support
|
Modifier and Type | Method and Description |
---|---|
static void |
copyPatchData(int patchNum,
byte[] bankData,
byte[] patchData,
boolean fromBank) |
static void |
copyPatchFromBank(int patchNum,
byte[] bankData,
byte[] patchData) |
static void |
copyPatchToBank(int patchNum,
byte[] bankData,
byte[] patchData) |
static String[] |
createPatchNumbers() |
static String[] |
createRythmSetupNumbers() |
static String[] |
createToneNumbers() |
static void |
dump(byte[] data) |
static int |
from7Bits(int entity)
Converts a Roland 7 bit hex entity to a number.
|
static int |
getRecordAddress(int baseAddress,
int recordSize,
int recordNumber)
Calculate an address for a memory record expressed in Roland 7 bit hex
entity.
|
static String[] |
getToneBanks() |
static void |
storeAddress(byte[] buffer,
int entity)
Deprecated.
|
static void |
storeEntity(byte[] buffer,
int offset,
int entity)
Deprecated.
|
static void |
storeSize(byte[] buffer,
int entity)
Deprecated.
|
static int |
to7Bits(int number)
Converts a number to a Roland 7 bit hex entity.
|
static String |
trimName(String patchName) |
public RolandD10Support()
public static final int from7Bits(int entity)
entity
- The 7 bit hex entity to convert.public static final int to7Bits(int number)
number
- The number to convert.public static void dump(byte[] data)
public static final int getRecordAddress(int baseAddress, int recordSize, int recordNumber)
public static final void storeAddress(byte[] buffer, int entity)
public static final void storeSize(byte[] buffer, int entity)
public static final void storeEntity(byte[] buffer, int offset, int entity)
public static String[] createPatchNumbers()
public static String[] createToneNumbers()
public static String[] createRythmSetupNumbers()
public static void copyPatchFromBank(int patchNum, byte[] bankData, byte[] patchData)
public static void copyPatchToBank(int patchNum, byte[] bankData, byte[] patchData)
public static void copyPatchData(int patchNum, byte[] bankData, byte[] patchData, boolean fromBank)
public static String[] getToneBanks()
Copyright © 2014. All Rights Reserved.