Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a pattern context.

Hierarchy

  • Context

Index

Properties

aftertouch

aftertouch: Aftertouch | undefined

The current after touch object.

see

Aftertouch

channelPressure

channelPressure: ChannelPressure | undefined

The current after channel pressure object.

see

ChannelPressure

Optional clockMultiplier

clockMultiplier: number

The clock multiplier to use for this pattern context.

controller

controller: Controller | undefined

The current controller object.

see

Controller

count

count: number

The number of times the pattern has played from beginning to end. Defaults to 0.

isNoteOn

isNoteOn: boolean

Whether this note is a note on message. Defaults to false.

note

note: Note | undefined

The current note object.

see

Note

Optional offset

offset: number

The offset for this pattern context. If the offset value is greater than zero then the steps will be shifted to the right by the offset amount. If the offset value is less than zero then the steps will be shifted to the left.

Defaults to 0.

pitchBend

pitchBend: PitchBend | undefined

The current pitch bend object.

see

PitchBend

Optional reversed

reversed: boolean

Whether or not this pattern context is reversed.

Generated using TypeDoc