[][src]Module nannou_timeline::track::automation::numeric

Structs

Envelope

An envelope with some min and max for the value range.

Numeric

For viewing and manipulating series of numerically valued points over time.

Point

An automation point.

State

Unique state for the Numeric automation.

Style

Enums

Event

The various kinds of events returned by an automation track.

Traits

EnvelopeTrait

Types that are representable as an Envelope.

PointTrait

Implement this for types to be used as points on an Envelope.