![]() | Scale Class |
Namespace: MidiGremlin
The Scale type exposes the following members.
Name | Description | |
---|---|---|
![]() | Scale |
Uses the chromatic scale.
|
![]() | Scale(Tone) |
Creates a new instance of the Scale class.
|
Name | Description | |
---|---|---|
![]() ![]() | ChromaticScale |
The Chromatic Scale, which contains all 12 tones starting at C.
|
![]() | Count |
The amount of tones the scale contains.
|
![]() | Item |
Finds a tone in the scale corresponding to the given interval.
|
![]() ![]() | MajorScale |
The Major Scale, which contains all the whole tones, starting at C.
|
Name | Description | |
---|---|---|
![]() | Contains |
Checks if the tone is in the scale.
|
![]() | Interval |
Finds the position of the specified tone within the scale.
If the number p is returned searching for a tone t in scale S, writing S[p] will always yield t.
|