A MIDI Library for .NET
ScalePattern Constructor
Constructs a scale pattern.
ScalePattern
(
string
name
,
int
[]
ascent
);
Parameters
name
The name of the scale pattern.
ascent
The ascending pattern of the scale. See the
Ascent
property for a detailed description and requirements. This parameter is copied.
Exceptions
Exception Type
Condition
ArgumentNullException
name or ascent is null.
ArgumentException
ascent is invalid.
See Also
ScalePattern Class
|
Midi Namespace