alphaTab.model.PlaybackInformation
Description
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) |
isMute | Gets or sets whether the track is muted. |
isSolo | Gets or sets whether the track is playing alone. |
port | Gets or sets the midi port to use. |
primaryChannel | Gets or sets the primary channel for all normal midi events. |
program | Gets or sets the midi program to use. |
secondaryChannel | Gets or sets the secondary channel for special midi events. |
volume | Gets or sets the volume (0-16) |