Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StaffSVGVisualizerConfig

An interface for providing extra configurable properties to a Visualizer extending the basic configurable properties of VisualizerConfig.

param

The musical key the score must use to adapt the score to the right accidentals. It can be overwritten with NoteSequence.keySignatures value at time or step 0. If not assigned it will be asumed C key.

param

The subset of the NoteSequence instrument track numbers which should be merged and displayed. If not assigned or equal to [] it will be used all instruments altogether.

param

Sets scrolling to follow scoreplaying in different ways according to ScrollType enum values.

Hierarchy

Index

Properties

Optional activeNoteRGB

activeNoteRGB: string

Optional defaultKey

defaultKey: number

Optional instruments

instruments: number[]

Optional maxPitch

maxPitch: number

Optional minPitch

minPitch: number

Optional noteHeight

noteHeight: number

Optional noteRGB

noteRGB: string

Optional noteSpacing

noteSpacing: number

Optional pixelsPerTimeStep

pixelsPerTimeStep: number

Optional scrollType

scrollType: ScrollType

Generated using TypeDoc