SongChord.this

Creates a new song chord.

  1. this(size_t bar, size_t positiveHarmonics, size_t negativeHarmonics)
  2. this(SongChordEntry[] entries, size_t bar, size_t positiveHarmonics, size_t negativeHarmonics)
    class SongChord
    final
    this
    (,
    size_t bar
    ,
    size_t positiveHarmonics = 0
    ,
    size_t negativeHarmonics = 0
    )

Parameters

entries SongChordEntry[]

The entries of the song chord.

bar size_t

The bar of the chord.

positiveHarmonics size_t

The positive harmonics. 0 by default.

negativeHarmonics size_t

The negative harmonics. 0 by default.

Meta