C# 클래스 Testbed.BLInt

상속: TestContainer
파일 보기 프로젝트 열기: ValdemarOrn/SharpSoundPlugins

공개 메소드들

메소드 설명
BLInt ( ) : System
Process ( ) : void
SetSamplerate ( double rate ) : void

비공개 메소드들

메소드 설명
CalculateIncrement ( int pitch ) : double
LinInterp ( double wave, double position, bool wrap = true ) : double

메소드 상세

BLInt() 공개 메소드

public BLInt ( ) : System
리턴 System

Process() 공개 메소드

public Process ( ) : void
리턴 void

SetSamplerate() 공개 메소드

public SetSamplerate ( double rate ) : void
rate double
리턴 void