-
Notifications
You must be signed in to change notification settings - Fork 0
IBar.GetOverlappingNotesForChord
Chanan edited this page Aug 19, 2020
·
2 revisions
IBar.GetOverlappingNotesForChord Method
Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll
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.
IList<IChord> GetOverlappingChordsForNote(int noteIndex);
Returns the chords that are played in parallel to given note.
© Chanan Welt - Soloist
- Home
- Getting Started
- Design
- Business Logical Layer (CW.Soloist.CompositionService)
- Duration Representation
- IDuration
- Duration
- Duration Representation
- Data Access Layer
- Presentation Layer
- Business Logical Layer (CW.Soloist.CompositionService)