Module redact_composer_core::timing
source · Expand description
Timing related structs and elements.
Modules
- Types implementing
Element
.
Structs
- The speed of a (or part of a) composition in beats per minute.
- A start-inclusive, end-exclusive
i32
range (likeRange<i32>
) that is copyable, and implements several utility methods.
Constants
- Higher precision beat length if greater divisibility is required.
- The default beat length which divides evenly for many common factors.
Traits
- Convenient interval comparisons.
- Convenience methods for
[Vec<Timing>]
.