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

Show file Open project: scemino/nscumm

Public Methods

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

Method Details

ExternalFilter() public method

public ExternalFilter ( ) : System
return System

Output() public method

public Output ( ) : int
return int

Reset() public method

public Reset ( ) : void
return void

SetSamplingParameter() public method

public SetSamplingParameter ( double pass_freq ) : void
pass_freq double
return void

UpdateClock() public method

public UpdateClock ( int delta_t, int Vi ) : void
delta_t int
Vi int
return void