public class TCElectronicGMajorConst extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CHECKSUMEND
End of area for calculating checksum within patch.
|
static int |
CHECKSUMOFFSET
Offset of checksum within patch.
|
static int |
CHECKSUMSTART
Start of area for calculating checksum within patch.
|
static int |
CHORUS_TYPE_OFS |
static int |
DELAY_TYPE_OFS |
static int |
FILTER_TYPE_OFS |
static int |
MAXOUT_MASK |
static int |
MIDOUT_MASK |
static int |
MINOUT_MASK |
static int |
MOD_MASK |
static String[] |
modString |
static int |
NAME_OFFSET
Offset of patch name.
|
static int |
NAME_SIZE
Size of patch name.
|
static int |
NUM_COLUMNS
Number of columns for displaying the patches in a table.
|
static int |
NUM_PATCH
Number of patches.
|
static String |
PATCHFILENAME
patch file name for createNewPatch()
|
static int |
PITCH_TYPE_OFS |
static int |
PRESETOUT_MASK |
static int |
RELAY1_MASK |
static int |
RELAY2_MASK |
static int |
REVERB_TYPE_OFS |
static int |
ROUTING_MASK |
static int |
SINGLE_SIZE
Size of a single patch
|
public static final int SINGLE_SIZE
public static final int NUM_PATCH
public static final int NAME_OFFSET
public static final int NAME_SIZE
public static final int CHECKSUMSTART
public static final int CHECKSUMEND
public static final int CHECKSUMOFFSET
public static final String PATCHFILENAME
public static final int NUM_COLUMNS
public static final int ROUTING_MASK
public static final int PRESETOUT_MASK
public static final int RELAY1_MASK
public static final int RELAY2_MASK
public static final int MOD_MASK
public static final int MINOUT_MASK
public static final int MIDOUT_MASK
public static final int MAXOUT_MASK
public static final int FILTER_TYPE_OFS
public static final int PITCH_TYPE_OFS
public static final int CHORUS_TYPE_OFS
public static final int DELAY_TYPE_OFS
public static final int REVERB_TYPE_OFS
public static final String[] modString
Copyright © 2014. All Rights Reserved.