package audiowidgets
- Alphabetic
- Public
- Protected
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. - trait TransportCatch extends Model[Boolean]
Functionality for transport scroll 'catch'.
Functionality for transport scroll 'catch'. When catch is enabled, the associated view is supposed to scroll along with transport head. UI elements can temporarily bypass such automatic scrolling, by vetoing with
addCatchBypass.
Value Members
- object TimeField
- object TimelineModel