translateFromFlatNotes

Translate a set of notes from their respective flat notes.

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

Parameters

notes MusicalScaleNote[]

The notes.

Return Value

A new set of notes translated from their respective flat notes.

Meta