pitchtypes.spelled_array

Functions

asi(things[, things2])

A quick way to construct a spelled-interval array.

asic(things)

A quick way to construct a spelled-interval-class array.

asp(things[, things2])

A quick way to construct a spelled-pitch array.

aspc(things)

A quick way to construct a spelled-pitch-class array.

Classes

AbstractSpelledArrayInterval()

The interface for spelled interval array types.

AbstractSpelledArrayPitch()

The interface for spelled pitch array types.

SpelledArray()

A common base class for vectorized spelled pitch and interval types.

SpelledIntervalArray(fifths, octaves)

Represents an array of spelled intervals.

SpelledIntervalClassArray(fifths)

Represents an array of spelled interval classes, i.e. intervals without octave information.

SpelledPitchArray(fifths, octaves)

Represents an array of spelled pitches.

SpelledPitchClassArray(fifths)

Represents a spelled pitch class, i.e. a pitch without octave information.