[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: DAV_StkPitchShift.pas line 18
type TStkPitchShifter = class(TStk) |
||
protected |
||
FDelayLine: array [0..1] of TStkDelayL; |
|
|
FEffectMix: Single; |
|
|
FRate: Single; |
|
|
FShift: Single; |
|
|
FLastOutput: Single; |
|
|
FDelay: array [0..1] of Single; |
|
|
FEnv: array [0..1] of Single; |
|
|
procedure ShiftChanged; virtual; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure Clear; |
|
|
function Tick(); |
|
|
property LastOutput: Single; [r] |
|
|
property EffectMix: Single; [rw] |
|
|
property Shift: Single; [rw] |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |