Enum VoicePart
- Namespace
- Celeritas.Core.VoiceLeading
- Assembly
- Celeritas.dll
A voice part in a chord voicing (SATB: Soprano, Alto, Tenor, Bass).
public enum VoicePart
Fields
Bass = 0Bass (lowest voice).
Tenor = 1Tenor (second-lowest voice).
Alto = 2Alto (second-highest voice).
Soprano = 3Soprano (highest voice).