 | ScaleMajorScale Property |
The Major Scale, which contains all the whole tones, starting at C.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Scale MajorScale { get; }
Public Shared ReadOnly Property MajorScale As Scale
Get
public:
static property Scale^ MajorScale {
Scale^ get ();
}
static member MajorScale : Scale with get
Property Value
Type:
Scale
See Also