Skip to content

IBar.GetOverlappingNotesForChord

Chanan edited this page Aug 19, 2020 · 2 revisions

IBar.GetOverlappingNotesForChord Method

Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll

Summary

Returns a sub-list of the bar's chords which overlap the time interval of the given note,
i.e, all the chords from this bar's 'Chords' property that are played in parallel time to the given note.


Definition

IList<IChord> GetOverlappingChordsForNote(int noteIndex);

Returns

Returns the chords that are played in parallel to given note.

  • Home
  • Getting Started
  • Design
    • Business Logical Layer (CW.Soloist.CompositionService)
    • Data Access Layer
    • Presentation Layer
Clone this wiki locally