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

Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
ExternalFilter ( ) : System
Output ( ) : int
Reset ( ) : void
SetSamplingParameter ( double pass_freq ) : void
UpdateClock ( int delta_t, int Vi ) : void

Method Details

ExternalFilter() public méthode

public ExternalFilter ( ) : System
Résultat System

Output() public méthode

public Output ( ) : int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

SetSamplingParameter() public méthode

public SetSamplingParameter ( double pass_freq ) : void
pass_freq double
Résultat void

UpdateClock() public méthode

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