convertToFlatNote

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

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

Parameters

note MusicalScaleNote

The note to convert.

Return Value

The respective flat note if any, otherwise the note itself.

Meta