Packages

p

de.sciss

audiowidgets

package audiowidgets

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package impl

Type Members

  1. class TimeField extends ParamField[Long]

    Extension of ParamField for displaying time positions.

  2. trait TimelineCanvas extends AnyRef

    A component for viewing a timeline.

  3. trait TimelineModel extends Model[Update]

    A TimelineModel encompasses the idea of a timeline based user interface.

    A TimelineModel encompasses 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 a selection span.

    A sub type, TimelineModel.Modifiable, allows to mutate any of these parameters.

  4. 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

  1. object TimeField
  2. object TimelineModel

Ungrouped