A unit of musical time, identified at minimum with a start time and
a duration, both in seconds. It most often corresponds with a section,
bar, beat, tatum, or (by inheritance) segment obtained from an Analyze
API call.
|
|
|
|
|
|
| Call Graph |
|
|
|
parent(self)
Returns the containing AudioQuantum in the rhythm hierarchy:
a tatum returns a beat, a beat returns a bar, and a bar returns a
section. |
source code
call graph
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
|
|
|
|
|
|
|
| Call Graph |
|
|
|
__repr__(self)
A string representing a constructor, including kind, start time,
duration, and (if it exists) confidence, e.g.: |
source code
|
|
|
|
local_context(self)
Returns a tuple of (index, length) within rhythm siblings, where
index is the (zero-indexed) position within its group(), and
length is the number of siblings within its group(). |
source code
call graph
|
|
| Call Graph |
|
|
|
absolute_context(self)
Returns a tuple of (index, length) within the containing
AudioQuantumList, where index is the (zero-indexed) position within
its container, and length is the number of siblings within the
container. |
source code
call graph
|
|
| Call Graph |
|
|
|
|
| Call Graph |
|
|
|
__getstate__(self)
Eliminates the circular reference for pickling. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|