Class TAbstractSoundSourceNode
Unit
Declaration
type TAbstractSoundSourceNode = class(TAbstractTimeDependentNode, IAbstractSoundSourceNode)
Description
Base class for (most) nodes that can emit audio data.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractTimeDependentNode
- TAbstractSoundSourceNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
function SafePitch: Single; |
Properties
![]() |
property FdDescription: TSFString read FFdDescription; |
![]() |
property FdPitch: TSFFloat read FFdPitch; |
![]() |
property EventDuration_changed: TSFTimeEvent read FEventDuration_changed; |
![]() |
property Description: String read GetDescription write SetDescription; |
![]() |
property Pitch: Single read GetPitch write SetPitch; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
function SafePitch: Single; |
|
Pitch, corrected to always be > 0. | |
Properties
![]() |
property FdDescription: TSFString read FFdDescription; |
![]() |
property FdPitch: TSFFloat read FFdPitch; |
![]() |
property EventDuration_changed: TSFTimeEvent read FEventDuration_changed; |
![]() |
property Description: String read GetDescription write SetDescription; |
![]() |
property Pitch: Single read GetPitch write SetPitch; |
Generated by PasDoc 0.16.0.
