pitchtypes.basetypes.Diatonic

class pitchtypes.basetypes.Diatonic

Bases: ABC

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

__init__()

Methods

__init__()

is_step()

Return True if the interval is considered a step, False otherwise.

__weakref__

list of weak references to the object (if defined)

abstract is_step()

Return True if the interval is considered a step, False otherwise.

Returns:

the stepness of the interval (boolean)