Enum ArticulationType
- Namespace
- Celeritas.Core.Ornamentation
- Assembly
- Celeritas.dll
Type of articulation.
public enum ArticulationType
Fields
Normal = 0Normal articulation (no modification).
Staccato = 1Staccato - short, detached.
Staccatissimo = 2Staccatissimo - very short.
Tenuto = 3Tenuto - full value, slightly emphasized.
Accent = 4Accent - emphasized attack.
Marcato = 5Marcato - strong accent.
Legato = 6Legato - smooth and connected.
Portato = 7Portato (mezzo-staccato) - between staccato and legato.
Sforzando = 8Sforzando - sudden strong accent.
Fermata = 9Fermata - hold longer than written.
The FromType(ArticulationType, NoteEvent) preset holds the note for one and a half times its written value, and it is the one preset that reaches past the note it sits on. Nothing after it moves: OrnamentApplier leaves every later note at its written offset, so in a single line the held note is still sounding when the next one begins and the two overlap. How long the pause lasts, and whether the other voices wait too, is a decision about the performance rather than about this note, so it is left to the caller, who shifts the later notes if the line is to breathe.