- convertFromFlatNote
MusicalNote convertFromFlatNote(MusicalNote note)
Converts a note from its respective flat note with a proper scale.
- convertFromFlatNote
MusicalScaleNote convertFromFlatNote(MusicalScaleNote note)
Converts a note from its respective flat note with a proper scale.
- convertToFlatNote
MusicalNote convertToFlatNote(MusicalNote note)
Converts a note into its respective flat note with a proper scale.
- convertToFlatNote
MusicalScaleNote convertToFlatNote(MusicalScaleNote note)
Converts a note into its respective flat note with a proper scale.
- findScales
MusicalScale[] findScales(MusicalNote[] notes, bool unorderedMatch)
Finds the best matching scales based on a set of given notes.
- getScale
MusicalScale getScale(MusicalScaleName scaleName)
Gets the musical scale based on its scale name.
- translateFromFlatNotes
MusicalNote[] translateFromFlatNotes(MusicalNote[] notes)
Translate a set of notes from their respective flat notes.
- translateFromFlatNotes
MusicalScaleNote[] translateFromFlatNotes(MusicalScaleNote[] notes)
Translate a set of notes from their respective flat notes.
- translateToFlatNotes
MusicalNote[] translateToFlatNotes(MusicalNote[] notes)
Translate a set of notes into their respective flat notes.
- translateToFlatNotes
MusicalScaleNote[] translateToFlatNotes(MusicalScaleNote[] notes)
Translate a set of notes into their respective flat notes.
- translateToNaturalNote
MusicalNote translateToNaturalNote(MusicalScaleNote scaleNote)
Translates a scale note into a natural note.
- translateToNaturalNotes
MusicalNote[] translateToNaturalNotes(MusicalScaleNote[] scaleNotes)
Translates a set of scale notes into a set of natural notes.
Copyright © Underground Rekordz 2019