C# Class SoundLibrary.Music.VibratoParameter

ビブラート生成用パラメータ。
ファイルを表示 Open project: ufcpp/UfcppSample Class Usage Examples

Public Properties

Property Type Description
delay int
depth int
rate double

Public Methods

Method Description
VibratoParameter ( double rate, int depth, int delay ) : System

初期化。

Method Details

VibratoParameter() public method

初期化。
public VibratoParameter ( double rate, int depth, int delay ) : System
rate double ビブラートレート(正規化角周波数)
depth int ビブラートデプス(ステップ数)
delay int ビブラートディレイ(ステップ数)
return System

Property Details

delay public_oe property

public int delay
return int

depth public_oe property

public int depth
return int

rate public_oe property

public double rate
return double