translateToFlatNotes

Translate a set of notes into their respective flat notes.

  1. MusicalNote[] translateToFlatNotes(MusicalNote[] notes)
    translateToFlatNotes
  2. MusicalScaleNote[] translateToFlatNotes(MusicalScaleNote[] notes)

Parameters

notes MusicalNote[]

The notes.

Return Value

Type: MusicalNote[]

A new set of notes with the respective flat notes.

Meta