Delphi ASIO & VST Package: DGuiADSRGraph: Class TGuiADSRGraph

Delphi ASIO & VST

Class TGuiADSRGraph

DescriptionHierarchyFieldsMethodsProperties

Unit

DGuiADSRGraph

Declaration

type TGuiADSRGraph = class(TGuiBaseControl)

Description

no description available, TGuiBaseControl description follows

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Public property Attack : Single read GetAttack write SetAttack;
Public property Decay : Single read GetDecay write SetDecay;
Public property Sustain : Single read GetSustain write SetSustain;
Public property Release : Single read GetRelease write SetRelease;
Published property Transparent;
Published property LineWidth;
Published property LineColor;
Published property Color;
Published property ADSRSettings: TGuiADSRSettings read fADSRSettings write fADSRSettings;
Published property OnAttackChange : TNotifyEvent read fOnAttackChange write fOnAttackChange;
Published property OnDecayChange : TNotifyEvent read fOnDecayChange write fOnDecayChange;
Published property OnSustainChange : TNotifyEvent read fOnSustainChange write fOnSustainChange;
Published property OnReleaseChange : TNotifyEvent read fOnReleaseChange write fOnReleaseChange;
Published property GridColor: TColor read fGridColor write SetGridColor default clSilver;
Published property GridWidth: Integer read fGridWidth write SetGridWidth default 1;
Published property GridStyle: TPenStyle read fGridStyle write SetGridStyle default psSolid;
Published property GridVPadding: Integer read fGridVPadding write SetGridVPadding default 0;
Published property EnvVPadding: Integer read fEnvVPadding write SetEnvVPadding default 0;
Published property EnvHPadding: Integer read fEnvHPadding write SetEnvHPadding default 0;
Published property CursorDefault: TCursor read fCursorDefault write fCursorDefault default crDefault;
Published property CursorADR: TCursor read fCursorADR write fCursorADR default crSizeWE;
Published property CursorS: TCursor read fCursorS write fCursorS default crSizeNS;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 

Properties

Public property Attack : Single read GetAttack write SetAttack;
 
Public property Decay : Single read GetDecay write SetDecay;
 
Public property Sustain : Single read GetSustain write SetSustain;
 
Public property Release : Single read GetRelease write SetRelease;
 
Published property Transparent;
 
Published property LineWidth;
 
Published property LineColor;
 
Published property Color;
 
Published property ADSRSettings: TGuiADSRSettings read fADSRSettings write fADSRSettings;
 
Published property OnAttackChange : TNotifyEvent read fOnAttackChange write fOnAttackChange;
 
Published property OnDecayChange : TNotifyEvent read fOnDecayChange write fOnDecayChange;
 
Published property OnSustainChange : TNotifyEvent read fOnSustainChange write fOnSustainChange;
 
Published property OnReleaseChange : TNotifyEvent read fOnReleaseChange write fOnReleaseChange;
 
Published property GridColor: TColor read fGridColor write SetGridColor default clSilver;
 
Published property GridWidth: Integer read fGridWidth write SetGridWidth default 1;
 
Published property GridStyle: TPenStyle read fGridStyle write SetGridStyle default psSolid;
 
Published property GridVPadding: Integer read fGridVPadding write SetGridVPadding default 0;
 
Published property EnvVPadding: Integer read fEnvVPadding write SetEnvVPadding default 0;
 
Published property EnvHPadding: Integer read fEnvHPadding write SetEnvHPadding default 0;
 
Published property CursorDefault: TCursor read fCursorDefault write fCursorDefault default crDefault;
 
Published property CursorADR: TCursor read fCursorADR write fCursorADR default crSizeWE;
 
Published property CursorS: TCursor read fCursorS write fCursorS default crSizeNS;
 

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