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
Methods
applyTranspositionPitches(Map<number, number>) | (Inherited from |
destroy() | (Inherited from |
loadBackingTrack(Score) | (Inherited from |
loadMidiFile(MidiFile) | Loads the given midi file for playback. (Inherited from |
loadSoundFont(Uint8Array, boolean) | (Inherited from |
pause() | (Inherited from |
play() | (Inherited from |
playOneTimeMidiFile(MidiFile) | (Inherited from |
playPause() | (Inherited from |
resetChannelStates() | (Inherited from |
resetSoundFonts() | (Inherited from |
setChannelMute(number, boolean) | (Inherited from |
setChannelSolo(number, boolean) | (Inherited from |
setChannelTranspositionPitch(number, number) | (Inherited from |
setChannelVolume(number, number) | (Inherited from |
stop() | (Inherited from |
updateSyncPoints(BackingTrackSyncPoint[]) | (Inherited from |