convertFromFlatNote

Converts a note from its respective flat note with a proper scale.

  1. MusicalNote convertFromFlatNote(MusicalNote note)
  2. MusicalScaleNote convertFromFlatNote(MusicalScaleNote note)

Parameters

note MusicalScaleNote

The note to convert.

Return Value

The note converted from its respective flat note if any, otherwise the note itself.

Meta