mutwo.eventsΒΆ

Time-based Event abstractions.

Event objects can be understood as the core objects of the mutwo framework. They all own a duration attribute (which can be any number). Further more complex Event classes with more relevant attributes can be generated through inheriting from basic classes. mutwo already offers support for several more complex representations (for instance mutwo.events.music.NoteLike).

The most often used classes may be:

Submodules are:

mutwo.events.abc

Abstract base classes for events (definition of public API).

mutwo.events.basic

Generic event classes which can be used in multiple contexts.

mutwo.events.music

Event classes which are designated for musical usage.