C# Class Testbed.BLInt

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

Méthodes publiques

Méthode Description
BLInt ( ) : System
Process ( ) : void
SetSamplerate ( double rate ) : void

Private Methods

Méthode Description
CalculateIncrement ( int pitch ) : double
LinInterp ( double wave, double position, bool wrap = true ) : double

Method Details

BLInt() public méthode

public BLInt ( ) : System
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void

SetSamplerate() public méthode

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