Added - `get_pitch_interval` method to `Pitch` class - `PitchAmbitus` class and `ambituses` module with `OctaveAmbitus` class
0.9.0
Changed - split `constants` namespaces to `constants` / `configurations` (depending on use case)
0.8.0
Changed - simplify the structure of `Pitch.PitchEnvelope` and `Pitch.PitchIntervalEnvelope` - renamed `make_generic_pitch_interval` to `cents_to_pitch_interval` - renamed `make_generic_pitch` to `frequency_to_pitch` - don't create on-the-fly classes, but simply use `DirectPitch` and `DirectPitchInterval`
0.7.0
Added - various standard converters to extract from a simple event musical parameters: - `SimpleEventToPitchList` - `SimpleEventToVolume` - `SimpleEventToPlayingIndicatorCollection` - `SimpleEventToNotationIndicatorCollection` - `SimpleEventToGraceNoteSequentialEvent` - `SimpleEventToAfterGraceNoteSequentialEvent`
0.6.0
Changed - `LoudnessToAmplitudeConverter` to `LoudnessToAmplitude` - `RhythmicalStrataToIndispensabilityConverter` to `RhythmicalStrataToIndispensability` - `TwoPitchesToCommonHarmonicsConverter` to `TwoPitchesToCommonHarmonics`
0.5.0
Changed - package structure to namespace package to apply refactor of mutwo main package