translateFromFlatNotes

Translate a set of notes from their respective flat notes.

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

Parameters

notes MusicalNote[]

The notes.

Return Value

Type: MusicalNote[]

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

Meta