SongNote.this

Creates a new song note.

  1. this(MusicalNote note, size_t length, size_t step, size_t octave, size_t bar)
  2. this(MusicalNote note, size_t step, size_t octave, SongChordEntry parentChordEntry)
    class SongNote

Parameters

note MusicalNote

The note.

step size_t

The step.

octave size_t

The octave.

parentChordEntry SongChordEntry

The parent chord entry.

Meta