C# Class DSPUtil.Delayer

Inheritance: SoundObj
Afficher le fichier Open project: hughpyle/inguz-DSPUtil

Méthodes publiques

Méthode Description
Delayer ( ) : System

Create a delay processor

Delayer ( bool returnTail ) : System

Create a delay processor

Reset ( ) : void

Method Details

Delayer() public méthode

Create a delay processor
public Delayer ( ) : System
Résultat System

Delayer() public méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void