-
Notifications
You must be signed in to change notification settings - Fork 0
IChord.GetArpeggioNotes
Chanan edited this page Aug 18, 2020
·
1 revision
IChord.GetArpeggioNotes Method
Namespace: CW.Soloist.CompositionService.MusicTheory
Assembly: CW.Soloist.CompositionService.dll
Returns an enumerator that can be used to iterate through the collection
of all note pitches which correspond to this chord's root and type,
and full fill the requested pitch range constraint.
IEnumerable<NotePitch> GetArpeggioNotes(int minOctave, int maxOctave);
IEnumerable<NotePitch> GetArpeggioNotes(NotePitch minPitch, NotePitch maxPitch);
The sequence of all note pitches which correspond to this chord's root and type,
and full fill the requested pitch range constraint.
There are two versions: one constraints the range in octave ordinal numbers,
and the other constraints the range with specific note pitches.
© 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)