C# 클래스 Testbed.Reverb

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

공개 메소드들

메소드 설명
GetDisplay ( int i ) : string
ParameterUpdated ( int i ) : void
Process ( ) : void
Reverb ( ) : System
SetSamplerate ( double rate ) : void

메소드 상세

GetDisplay() 공개 메소드

public GetDisplay ( int i ) : string
i int
리턴 string

ParameterUpdated() 공개 메소드

public ParameterUpdated ( int i ) : void
i int
리턴 void

Process() 공개 메소드

public Process ( ) : void
리턴 void

Reverb() 공개 메소드

public Reverb ( ) : System
리턴 System

SetSamplerate() 공개 메소드

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