C# Class SoundLibrary.Music.VibratoParameter

ビブラート生成用パラメータ。
Show file 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 property

public int delay
return int

depth public property

public int depth
return int

rate public property

public double rate
return double