Class OrchestrationResult
- Namespace
- Celeritas.Core.Orchestration
- Assembly
- Celeritas.dll
Result of orchestrating a piece into a bass part and a harmony part.
public sealed class OrchestrationResult
- Inheritance
-
OrchestrationResult
- Inherited Members
Properties
Bass
The orchestrated bass part.
public required OrchestratedPart Bass { get; init; }
Property Value
Harmony
The orchestrated harmony part.
public required OrchestratedPart Harmony { get; init; }
Property Value
Parts
All parts in order: bass, then harmony.
public IEnumerable<OrchestratedPart> Parts { get; }