Package toxi.music.scale
Class AbstractScale
java.lang.Object
toxi.music.scale.AbstractScale
- Direct Known Subclasses:
GenericScale,MajorScale
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final floatstatic final floatstatic final intbyte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()floatgetPitchForScaleTone(int st) floatgetPitchForScaleTone(int semiTone, int limit, int transpose) floatgetPitchForSemitone(int st)
-
Field Details
-
OCTAVE_RANGE
public static final int OCTAVE_RANGE- See Also:
-
HALFTONE_STEP
public static final float HALFTONE_STEP -
INV_HALFTONE
public static final float INV_HALFTONE- See Also:
-
tones
public byte[] tones
-
-
Constructor Details
-
AbstractScale
-
-
Method Details
-
getName
-
getPitchForScaleTone
public float getPitchForScaleTone(int st) -
getPitchForScaleTone
public float getPitchForScaleTone(int semiTone, int limit, int transpose) -
getPitchForSemitone
public float getPitchForSemitone(int st)
-