 | InstrumentScale Property |
The scale that the instrument plays in. This is only used by MIDI Gremlin when playing chords.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Scale Scale { get; set; }
Public Property Scale As Scale
Get
Set
public:
property Scale^ Scale {
Scale^ get ();
void set (Scale^ value);
}
member Scale : Scale with get, set
Property Value
Type:
Scale
See Also