Struct rimd::Track [] [src]

pub struct Track {
    pub copyright: Option<String>,
    pub name: Option<String>,
    pub events: Vec<TrackEvent>,
}

A sequence of midi/meta events

Fields

Optional copyright notice

Optional name for this track

Vector of the events in this track

Trait Implementations

impl Debug for Track
[src]

Formats the value using the given formatter.

impl Display for Track
[src]

Formats the value using the given formatter. Read more