Load ATON format files (piano roll analysis data).
ATON (Artistic Text-based Object Notation) is a structured text format used by the Stanford SUPRA project for storing piano roll analysis data including hole punch positions and metadata.
The loader parses ROLLINFO metadata and HOLE blocks, providing access to both individual hole data and aggregate statistics.
Creates a graphical timeline (in pixels) spanning the full image height, with all parsed holes as InstantEvents at their absolute pixel coordinates.
This is the primary timeline for the piano roll image. To get a relative coordinate view (first hole = 0), create an inherited DiscreteGraphicalTimeline child at first_hole.
Parameters
Name
Type
Description
Default
uid
str | None
Unique identifier for the timeline. Auto-generated if None.
None
name
str | None
Human-readable name. Uses source filename if None.