package audiowidgets
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class TimeField extends ParamField[Long]
Extension of
ParamFieldfor displaying time positions. - trait TimelineCanvas extends AnyRef
A component for viewing a timeline.
- trait TimelineModel extends Model[Update]
A
TimelineModelencompasses the idea of a timeline based user interface.A
TimelineModelencompasses the idea of a timeline based user interface. Time is measured in sample frames. The timeline (currently) must have a closed interval,bounds, and for editing and viewing contains a cursor (position) and aselectionspan.A sub type,
TimelineModel.Modifiable, allows to mutate any of these parameters.
Value Members
- object TimeField
- object TimelineModel