Skip to main content

alphaTab.model.PlaybackInformation

This public class stores the midi specific information of a track needed for playback.

 class PlaybackInformation

Properties​

balance​

Gets or sets the balance (0-16; 8=center)

balance: number;

bank​

The midi bank to use.

bank: number;

isMute​

Gets or sets whether the track is muted.

isMute: boolean;

isSolo​

Gets or sets whether the track is playing alone.

isSolo: boolean;

port​

Gets or sets the midi port to use.

port: number;

primaryChannel​

Gets or sets the primary channel for all normal midi events.

primaryChannel: number;

program​

Gets or sets the midi program to use.

program: number;

secondaryChannel​

Gets or sets the secondary channel for special midi events.

secondaryChannel: number;

volume​

Gets or sets the volume (0-16)

volume: number;