Class Statistics.ChromaticChange
java.lang.Object
eu.bandm.music.applications.myKdF.Statistics.ChromEffect
eu.bandm.music.applications.myKdF.Statistics.ChromaticChange
- Enclosing class:
Statistics
Stands for one recognized chromatic progression.
Can be in the same or different voice, the same or different octave
register.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final boolean
Whether at the same time point as its predecessor progression.(package private) final int
Needed for dominance calculation. -
Constructor Summary
ConstructorsConstructorDescriptionChromaticChange
(int cp, double tp, WhiteKeyModOctave wk, Accidental acc1, Accidental acc2, Vox voice1, @Opt Vox voice2, boolean sameOct, boolean coincident, int ornaments) -
Method Summary
-
Field Details
-
mode
final int modeNeeded for dominance calculation. -
coincident
final boolean coincidentWhether at the same time point as its predecessor progression.
-
-
Constructor Details
-
ChromaticChange
public ChromaticChange(int cp, double tp, WhiteKeyModOctave wk, Accidental acc1, Accidental acc2, Vox voice1, @Opt @Opt Vox voice2, boolean sameOct, boolean coincident, int ornaments)
-