C# Class Testbed.Reverb

Inheritance: TestContainer
Afficher le fichier Open project: ValdemarOrn/SharpSoundPlugins

Méthodes publiques

Méthode Description
GetDisplay ( int i ) : string
ParameterUpdated ( int i ) : void
Process ( ) : void
Reverb ( ) : System
SetSamplerate ( double rate ) : void

Method Details

GetDisplay() public méthode

public GetDisplay ( int i ) : string
i int
Résultat string

ParameterUpdated() public méthode

public ParameterUpdated ( int i ) : void
i int
Résultat void

Process() public méthode

public Process ( ) : void
Résultat void

Reverb() public méthode

public Reverb ( ) : System
Résultat System

SetSamplerate() public méthode

public SetSamplerate ( double rate ) : void
rate double
Résultat void