Class TGuiADSRSettings
Description | Hierarchy | Fields | Methods | Properties |
Unit
Declaration
type TGuiADSRSettings = class(TPersistent)
Description
Hierarchy
- TPersistent
- TGuiADSRSettings
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure SetAttack(Value: Single); |
![]() |
procedure SetDecay(Value: Single); |
![]() |
procedure SetRelease(Value: Single); |
![]() |
procedure SetSustain(Value: Single); |
Properties
![]() |
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; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure SetAttack(Value: Single); |
![]() |
procedure SetDecay(Value: Single); |
![]() |
procedure SetRelease(Value: Single); |
![]() |
procedure SetSustain(Value: Single); |
Properties
![]() |
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; |
Generated by PasDoc 0.10.0 on 2007-11-13 13:04:17