C# Class SoundLibrary.Music.VibratoParameter

ビブラート生成用パラメータ。
Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Свойство Type Description
delay int
depth int
rate double

Méthodes publiques

Méthode Description
VibratoParameter ( double rate, int depth, int delay ) : System

初期化。

Method Details

VibratoParameter() public méthode

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

Property Details

delay public_oe property

public int delay
Résultat int

depth public_oe property

public int depth
Résultat int

rate public_oe property

public double rate
Résultat double