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:
Abstract base classes for events (definition of public API). |
|
Generic event classes which can be used in multiple contexts. |
|
Event classes which are designated for musical usage. |