Table of Contents

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 = 0

Bass (lowest voice).

Tenor = 1

Tenor (second-lowest voice).

Alto = 2

Alto (second-highest voice).

Soprano = 3

Soprano (highest voice).