Property | Type | Description | |
---|---|---|---|
attackLevel | double | ||
attackTime | int | ||
decayTime | int | ||
releaseTime | int | ||
sustainLevel | double |
Method | Description | |
---|---|---|
EnvelopeParameter ( double al, double sl, int at, int dt, int rt ) : System |
初期化。
|
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 |