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