Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChannelItem

Represents an item of a Channel.

Hierarchy

  • ChannelItem

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected Readonly __automaton

__automaton: Automaton

The parent automaton.

amp

amp: number

This will only make sense when curve is specified. The scale of the item in the value axis.

Optional curve

curve: Curve

The curve of the item.

length

length: number

Length of the item.

offset

offset: number

This will only make sense when curve is specified. The time offset of the item.

Optional reset

reset: undefined | false | true

Whether reset channels value to zero at the end of this item or not.

speed

speed: number

This will only make sense when curve is specified. The speed rate of the item.

time

time: number

Beginning timepoint of the item.

value

value: number

Value of the item.

Accessors

end

  • get end(): number

Methods

deserialize

getValue

  • getValue(time: number): number

Generated using TypeDoc