Expand description
Public scale helpers.
Re-exports§
pub use diatonicscale::DiatonicScale;pub use hexatonicblues::BluesForm;pub use hexatonicblues::WeightedHexatonicBlues;pub use scaletype::Scale;pub use scaletype::ScaleType;pub use stepscale::StepScale;
Modules§
- diatonicscale
- Diatonic scale construction and harmonization helpers.
- hexatonicblues
- music21’s
WeightedHexatonicBlues, made reproducible. - scaletype
- The named scales music21 exposes, realized from a tonic.
The named scales music21 exposes as
ConcreteScalesubclasses. - stepscale
- Scales built from a caller-supplied cycle of intervals.