Module knyst::scheduling

source ·
Expand description

This module contains things related to scheduling that are more generic than graph internals.

Structs

  • A map detailing tempo changes such that a Beats value can be mapped to a deterministic time in seconds (wall clock time). The timestamps are stored as Beats in absolute time from the start (0 beats), not as relative section lengths.
  • Exposes the shared MusicalTimeMap in a read only Sync container.

Enums