C# Class NScumm.Core.Audio.SoftSynth.EnvelopeGenerator

Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
EnvelopeGenerator ( )
Output ( ) : int
ReadENV ( ) : int
Reset ( ) : void
UpdateClock ( int delta_t ) : void
WriteATTACK_DECAY ( int attack_decay ) : void
WriteCONTROL_REG ( int control ) : void
WriteSUSTAIN_RELEASE ( int sustain_release ) : void

Method Details

EnvelopeGenerator() public méthode

public EnvelopeGenerator ( )

Output() public méthode

public Output ( ) : int
Résultat int

ReadENV() public méthode

public ReadENV ( ) : int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

UpdateClock() public méthode

public UpdateClock ( int delta_t ) : void
delta_t int
Résultat void

WriteATTACK_DECAY() public méthode

public WriteATTACK_DECAY ( int attack_decay ) : void
attack_decay int
Résultat void

WriteCONTROL_REG() public méthode

public WriteCONTROL_REG ( int control ) : void
control int
Résultat void

WriteSUSTAIN_RELEASE() public méthode

public WriteSUSTAIN_RELEASE ( int sustain_release ) : void
sustain_release int
Résultat void