C# Class DSPUtil.Delayer

Inheritance: SoundObj
Exibir arquivo Open project: hughpyle/inguz-DSPUtil

Public Methods

Method Description
Delayer ( ) : System

Create a delay processor

Delayer ( bool returnTail ) : System

Create a delay processor

Reset ( ) : void

Method Details

Delayer() public method

Create a delay processor
public Delayer ( ) : System
return System

Delayer() public method

Create a delay processor
public Delayer ( bool returnTail ) : System
returnTail bool True to return all the samples (false to truncate the delay-tail)
return System

Reset() public method

public Reset ( ) : void
return void