C# Class NScumm.Scumm.Audio.AppleII.AppleII_SoundFunction4_Polyphone

SoundFunction4: polyphone (2 voices)
Inheritance: IAppleII_SoundFunction
Mostrar archivo Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
Init ( Player_AppleII player, byte args ) : void
NextLoop ( byte param0, byte param1, byte param2 ) : void

Prepare for next parameter set loop

Update ( ) : bool

Private Methods

Method Description
LoopIteration ( ) : bool

perform one loop iteration Returns true if loop finished.

Method Details

Init() public method

public Init ( Player_AppleII player, byte args ) : void
player NScumm.Scumm.Audio.Players.Player_AppleII
args byte
return void

NextLoop() public method

Prepare for next parameter set loop
public NextLoop ( byte param0, byte param1, byte param2 ) : void
param0 byte Param0.
param1 byte Param1.
param2 byte Param2.
return void

Update() public method

public Update ( ) : bool
return bool