[][src]Type Definition lv2rs::prelude::Sequence

type Sequence = ArrayAtomBody<SequenceHeader, u8>;

Atom tuple with time stamps for every contained atom.

Sequences are used to express real-time events that should be handled with frame- or beat-perfect timing, for example midi events.

See the module documentation for more information.