pitchtypes.basetypes

Classes

AbstractBase(value, is_pitch, is_class, **kwargs)

This is the abstract base class for all pitch and interval types of the library.

Chromatic()

Some intervals have the notion of a chromatic semitone and implement this interface.

Converters()

Diatonic()

Some intervals have a notion of a diatonic step and implement this interface.

Interval()

The basic interface implemented by every interval (and interval class) type.

Pitch()

The basic interface that is implemented by every pitch (and pitch class) type.