findScales

Finds the best matching scales based on a set of given notes.

findScales
(,
bool unorderedMatch = false
)

Parameters

notes MusicalNote[]

The notes to match into a scale.

unorderedMatch bool

Boolean determining whether the matching is unordered or not. This is false by default.

Meta