Description | Hierarchy | Fields | Methods | Properties |
type TGuiADSRSettings = class(TPersistent)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure SetAttack(Value: Single); |
![]() |
procedure SetDecay(Value: Single); |
![]() |
procedure SetRelease(Value: Single); |
![]() |
procedure SetSustain(Value: Single); |
![]() |
property Attack : Single read fAttack write SetAttack; |
![]() |
property Decay : Single read fDecay write SetDecay; |
![]() |
property Sustain : Single read fSustain write SetSustain; |
![]() |
property Release : Single read fRelease write SetRelease; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure SetAttack(Value: Single); |
![]() |
procedure SetDecay(Value: Single); |
![]() |
procedure SetRelease(Value: Single); |
![]() |
procedure SetSustain(Value: Single); |
![]() |
property Attack : Single read fAttack write SetAttack; |
![]() |
property Decay : Single read fDecay write SetDecay; |
![]() |
property Sustain : Single read fSustain write SetSustain; |
![]() |
property Release : Single read fRelease write SetRelease; |