C# Class NScumm.Sky.Music.Mt32Music

Inheritance: MusicBase
Mostra file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
Mt32Music ( MidiDriver midiDrv, Mixer mixer, Disk disk ) : System

Protected Methods

Method Description
SetVolume ( ushort volume ) : void
SetupChannels ( byte channelData, int offset ) : void
SetupPointers ( ) : void
StartDriver ( ) : void

Private Methods

Method Description
ProcessPatchSysEx ( ByteAccess sysExData ) : bool
TimerCall ( object param ) : void

Method Details

Mt32Music() public method

public Mt32Music ( MidiDriver midiDrv, Mixer mixer, Disk disk ) : System
midiDrv NScumm.Core.Audio.MidiDriver
mixer NScumm.Core.Audio.Mixer
disk Disk
return System

SetVolume() protected method

protected SetVolume ( ushort volume ) : void
volume ushort
return void

SetupChannels() protected method

protected SetupChannels ( byte channelData, int offset ) : void
channelData byte
offset int
return void

SetupPointers() protected method

protected SetupPointers ( ) : void
return void

StartDriver() protected method

protected StartDriver ( ) : void
return void