A MIDI Library for .NET

Scale Constructor

Constructs a scale from its tonic and its pattern.

Scale(
   Note tonic,
   ScalePattern pattern
);

Parameters

tonic
The tonic note.
pattern
The scale pattern.

Exceptions

Exception Type Condition
ArgumentNullException tonic or pattern is null.

See Also

Scale Class | Midi Namespace