Class Constants
java.lang.Object
eu.bandm.music.applications.myKdF.Constants
Global constants. Mere utility class, has no instances.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String[]
Reflects the doublings of voices in the very last measures of Cp 5 (A, B, S), Cp 6 (S, T), Cp 8 (S) and Cp 11 (S).(package private) static final int
Highest allowed material number, inclusive.(package private) static final int
Evident.(package private) static final String[]
Names of the currently supported tuning systems.(package private) static final int
Highest allowed voice number, inclusive.(package private) static final int
Evident. -
Method Summary
-
Field Details
-
VOICE_INDEX_MIN
static final int VOICE_INDEX_MINEvident.- See Also:
-
VOICE_INDEX_MAX
static final int VOICE_INDEX_MAXHighest allowed voice number, inclusive.- See Also:
-
MATERIAL_INDEX_MIN
static final int MATERIAL_INDEX_MINEvident.- See Also:
-
MATERIAL_INDEX_MAX
static final int MATERIAL_INDEX_MAXHighest allowed material number, inclusive.- See Also:
-
ALL_POSSIBLE_VOICE_NAMES
Reflects the doublings of voices in the very last measures of Cp 5 (A, B, S), Cp 6 (S, T), Cp 8 (S) and Cp 11 (S). -
TUNING_NAMES
Names of the currently supported tuning systems.
-