Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the visualisation method for a pattern's voices.

Hierarchy

  • Visualisation

Index

Properties

Properties

Static always

always: number

Steps will be shown on the Pattern visualizer if more than one step is returned from [Pattern.onSequence].

Static automatic

automatic: number

The default visualisation method.

Steps will be shown on the Pattern visualizer if more than one step with a non-undefined target is returned from [Pattern.onSequence].

Static never

never: number

Steps will be never be shown on the Pattern visualizer.

Generated using TypeDoc