Delphi ASIO & VST Package: DGuiADSRGraph: Class TGuiADSRSettings

Delphi ASIO & VST

Class TGuiADSRSettings

DescriptionHierarchyFieldsMethodsProperties

Unit

DGuiADSRGraph

Declaration

type TGuiADSRSettings = class(TPersistent)

Description

Hierarchy

  • TPersistent
  • TGuiADSRSettings

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public procedure SetAttack(Value: Single);
Public procedure SetDecay(Value: Single);
Public procedure SetRelease(Value: Single);
Public procedure SetSustain(Value: Single);

Properties

Published property Attack : Single read fAttack write SetAttack;
Published property Decay : Single read fDecay write SetDecay;
Published property Sustain : Single read fSustain write SetSustain;
Published property Release : Single read fRelease write SetRelease;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure SetAttack(Value: Single);
 
Public procedure SetDecay(Value: Single);
 
Public procedure SetRelease(Value: Single);
 
Public procedure SetSustain(Value: Single);
 

Properties

Published property Attack : Single read fAttack write SetAttack;
 
Published property Decay : Single read fDecay write SetDecay;
 
Published property Sustain : Single read fSustain write SetSustain;
 
Published property Release : Single read fRelease write SetRelease;
 

Generated by PasDoc 0.10.0 on 2007-11-13 13:04:17