Skip to main content

alphaTab.Settings

This public class contains instance specific settings for alphaTab

 class Settings

Properties​

core​

The core settings control the general behavior of alphatab like what modules are active.

readonly core: CoreSettings;

display​

The display settings control how the general layout and display of alphaTab is done.

readonly display: DisplaySettings;

exporter​

All settings related to exporter that export file formats.

readonly exporter: ExporterSettings;

importer​

All settings related to importers that decode file formats.

readonly importer: ImporterSettings;

notation​

The notation settings control how various music notation elements are shown and behaving.

readonly notation: NotationSettings;

player​

Contains all player related settings

readonly player: PlayerSettings;

songBook​

(no description)

static readonly songBook: Settings;

Methods​

fillFromJson​

(no description)

fillFromJson(json: SettingsJson): void
ParameterSummary
jsonAll

(no description)

setSongBookModeSettings​

(no description)

setSongBookModeSettings(): void