Property | Type | Description | |
---|---|---|---|
delay | int | ||
depth | double | ||
rate | double |
Method | Description | |
---|---|---|
TremoloParameter ( double rate, double depth, int delay ) : System |
初期化。
|
public TremoloParameter ( double rate, double depth, int delay ) : System | ||
rate | double | うなりの周波数(正規化角周波数) |
depth | double | うなりの深さ(0〜1) |
delay | int | うなりがかかり始める時間(ステップ数) |
return | System |