Delphi ASIO & VST Package: DDSPStateVariableFilter: Class TSVF

Delphi ASIO & VST

Class TSVF

DescriptionHierarchyFieldsMethodsProperties

Unit

DDSPStateVariableFilter

Declaration

type TSVF = class(TObject)

Description

Hierarchy

  • TObject
  • TSVF

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public procedure Process(const I : Single; var L,B,N,H: Single);
Public procedure ProcessBlock(I,L,B,N,H: PSingle; SampleFrames : Integer);

Properties

Public property Frequency: Single read fF write SetFrequency;
Public property SampleRate: Single read fFS write SetFS;
Public property Q: Single read fQ write SetQ;
Public property FrequencyTuningMethod: TFrequencyTuningMethod read fFTM write fFTM;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure Process(const I : Single; var L,B,N,H: Single);
 
Public procedure ProcessBlock(I,L,B,N,H: PSingle; SampleFrames : Integer);
 

Properties

Public property Frequency: Single read fF write SetFrequency;
 
Public property SampleRate: Single read fFS write SetFS;
 
Public property Q: Single read fQ write SetQ;
 
Public property FrequencyTuningMethod: TFrequencyTuningMethod read fFTM write fFTM;
 

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