C# Class SoundLibrary.Filter.DelayMixer

遅延付きミキサー。 並列接続+ゲイン&遅延調整。
Inheritance: IFilter
Mostrar archivo Open project: ufcpp/UfcppSample

Public Methods

Method Description
Clear ( ) : void
Clone ( ) : object
DelayMixer ( ) : System
GetValue ( double x ) : double

Method Details

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : object
return object

DelayMixer() public method

public DelayMixer ( ) : System
return System

GetValue() public method

public GetValue ( double x ) : double
x double
return double