C# Class SoundLibrary.Music.EnvelopeParameter

エンベロープ生成用のパラメータ。
Exibir arquivo Open project: ufcpp/UfcppSample Class Usage Examples

Public Properties

Property Type Description
attackLevel double
attackTime int
decayTime int
releaseTime int
sustainLevel double

Public Methods

Method Description
EnvelopeParameter ( double al, double sl, int at, int dt, int rt ) : System

初期化。

Method Details

EnvelopeParameter() public method

初期化。
public EnvelopeParameter ( double al, double sl, int at, int dt, int rt ) : System
al double アタックレベル(リニア値)
sl double サステインレベル(リニア値)
at int アタックタイム(ステップ数)
dt int リリースタイム(ステップ数)
rt int リリースタイム(ステップ数)
return System

Property Details

attackLevel public_oe property

public double attackLevel
return double

attackTime public_oe property

public int attackTime
return int

decayTime public_oe property

public int decayTime
return int

releaseTime public_oe property

public int releaseTime
return int

sustainLevel public_oe property

public double sustainLevel
return double