Time Units

class Tick(*args, **kwargs)

Bases: object

Discrete tick-based time unit that mirrors the raw MIDI resolution.

is_time_unit(self) bool
class Quarter(*args, **kwargs)

Bases: object

Musical quarter-note time unit derived from the score’s ticks-per-quarter setting.

is_time_unit(self) bool
class Second(*args, **kwargs)

Bases: object

Real-time second based time unit for wall-clock aligned workflows.

is_time_unit(self) bool