프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Chromatic | |||
HarmonicMinor | |||
Major | |||
MelodicMinorAscending | |||
MelodicMinorDescending | |||
NaturalMinor | |||
Patterns | Midi.ScalePattern[] |
메소드 | 설명 | |
---|---|---|
Contains ( Pitch pitch ) : bool |
Returns true if pitch is in this scale.
|
|
Equals ( System obj ) : bool |
Value equality.
|
|
GetHashCode ( ) : int |
Hash code.
|
|
Scale ( Midi.Note tonic, |
Constructs a scale from its tonic and its pattern.
|
|
ScaleDegree ( Pitch pitch ) : int |
Returns the scale degree of the given pitch in this scale.
|
|
ToString ( ) : string |
ToString returns the scale's human-readable name.
|
|
operator ( ) : bool |
Inequality operator does value inequality because Chord is immutable.
|
메소드 | 설명 | |
---|---|---|
Build ( Midi.Note tonic, |
Builds a scale.
|
public Scale ( Midi.Note tonic, |
||
tonic | Midi.Note | The tonic note. |
pattern | The scale pattern. | |
리턴 | System |
public static ScalePattern,Midi MelodicMinorAscending | ||
리턴 |
public static ScalePattern,Midi MelodicMinorDescending | ||
리턴 |