qtargets¶
Abstract Classes
Abstract q-target. |
- abstract class abjadext.nauert.qtargets.QTarget(items=None)[source]¶
Abstract q-target.
QTarget
is created by a concreteQSchema
instance, and represents the mold into which the timepoints contained by aQSequence
instance will be poured, as structured by thatQSchema
instance.Not composer-safe.
Used internally by the
quantize
function.Attributes Summary
Calls q-target.
Beats of q-target.
Duration of q-target in milliseconds.
Item class of q-target.
Items of q-target.
Special methods
- overridden __call__(q_event_sequence, grace_handler=None, heuristic=None, job_handler=None, attack_point_optimizer=None, attach_tempos=True)[source]¶
Calls q-target.
Read-only properties
- beats¶
Beats of q-target.
- duration_in_ms¶
Duration of q-target in milliseconds.
- item_class¶
Item class of q-target.
- items¶
Items of q-target.
Classes
Beatwise q-target. |
|
Measurewise quantization target. |
- class abjadext.nauert.qtargets.BeatwiseQTarget(items=None)[source]¶
Beatwise q-target.
Not composer-safe.
Used internally by the
quantize
function.Attributes Summary
Beats of beatwise q-target.
Item class of beatwise q-target.
Special methods
Read-only properties
- overridden beats¶
Beats of beatwise q-target.
- overridden item_class¶
Item class of beatwise q-target.
- class abjadext.nauert.qtargets.MeasurewiseQTarget(items=None)[source]¶
Measurewise quantization target.
Not composer-safe.
Used internally by the
quantize
function.Attributes Summary
Beats of measurewise q-target.
Item class of measurewise q-target.
Special methods
Read-only properties
- overridden beats¶
Beats of measurewise q-target.
- overridden item_class¶
Item class of measurewise q-target.