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

SoundFunction4: polyphone (2 voices)
Inheritance: IAppleII_SoundFunction
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
LoopIteration ( ) : bool

perform one loop iteration Returns true if loop finished.

Method Details

Init() public méthode

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

NextLoop() public méthode

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

Update() public méthode

public Update ( ) : bool
Résultat bool