Skip to main content

alphaTab.synth.AlphaSynth

Description

This is the main synthesizer component which can be used to play a MidiFile via a ISynthOutput.

 class AlphaSynth extends AlphaSynthBase

Properties

countInVolume

(Inherited from AlphaSynthBase)

finished

(Inherited from AlphaSynthBase)

isLooping

(Inherited from AlphaSynthBase)

isReady

(Inherited from AlphaSynthBase)

isReadyForPlayback

(Inherited from AlphaSynthBase)

logLevel

(Inherited from AlphaSynthBase)

masterVolume

(Inherited from AlphaSynthBase)

metronomeVolume

(Inherited from AlphaSynthBase)

midiEventsPlayed

(Inherited from AlphaSynthBase)

midiEventsPlayedFilter

(Inherited from AlphaSynthBase)

midiLoaded

(Inherited from AlphaSynthBase)

midiLoadFailed

(Inherited from AlphaSynthBase)

output

(Inherited from AlphaSynthBase)

playbackRange

(Inherited from AlphaSynthBase)

playbackRangeChanged

(Inherited from AlphaSynthBase)

playbackSpeed

(Inherited from AlphaSynthBase)

positionChanged

(Inherited from AlphaSynthBase)

ready

(Inherited from AlphaSynthBase)

readyForPlayback

(Inherited from AlphaSynthBase)

soundFontLoaded

(Inherited from AlphaSynthBase)

soundFontLoadFailed

(Inherited from AlphaSynthBase)

state

(Inherited from AlphaSynthBase)

stateChanged

(Inherited from AlphaSynthBase)

tickPosition

(Inherited from AlphaSynthBase)

timePosition

(Inherited from AlphaSynthBase)

Methods

applyTranspositionPitches(Map<number, number>)

(Inherited from AlphaSynthBase)

destroy()

(Inherited from AlphaSynthBase)

loadBackingTrack(Score)

(Inherited from AlphaSynthBase)

loadMidiFile(MidiFile)

Loads the given midi file for playback. (Inherited from AlphaSynthBase)

loadSoundFont(Uint8Array, boolean)

(Inherited from AlphaSynthBase)

pause()

(Inherited from AlphaSynthBase)

play()

(Inherited from AlphaSynthBase)

playOneTimeMidiFile(MidiFile)

(Inherited from AlphaSynthBase)

playPause()

(Inherited from AlphaSynthBase)

resetChannelStates()

(Inherited from AlphaSynthBase)

resetSoundFonts()

(Inherited from AlphaSynthBase)

setChannelMute(number, boolean)

(Inherited from AlphaSynthBase)

setChannelSolo(number, boolean)

(Inherited from AlphaSynthBase)

setChannelTranspositionPitch(number, number)

(Inherited from AlphaSynthBase)

setChannelVolume(number, number)

(Inherited from AlphaSynthBase)

stop()

(Inherited from AlphaSynthBase)

updateSyncPoints(BackingTrackSyncPoint[])

(Inherited from AlphaSynthBase)