Drag[en]gine Script Module DragonScript  1.21
Dragengine.Scenery.SEStretch Class Reference

Synthesizer effect stretch time and pitch. More...

Inheritance diagram for Dragengine.Scenery.SEStretch:
Dragengine.Scenery.SynthesizerEffect

Public Member Functions

Constructors
SEStretch new ()
 Create synthesizer effect. More...
 
Management
void setMinTime (float stretch)
 Set minimum time stretch. More...
 
void setMaxTime (float stretch)
 Set maximum time stretch. More...
 
void setMinPitch (float shift)
 Set minimum pitch shift. More...
 
void setMaxPitch (float shift)
 Set maximum pitch shift. More...
 
void targetAddLink (SEStretchTarget target, int link)
 Add link to target. More...
 
void targetRemoveAllLinks (SEStretchTarget target)
 Remove all links from target. More...
 
- Public Member Functions inherited from Dragengine.Scenery.SynthesizerEffect
void setEnabled (bool enabled)
 Effect is enabled. More...
 
void setStrength (float strength)
 Set effect strength. More...
 

Additional Inherited Members

Constructors

Detailed Description

Synthesizer effect stretch time and pitch.

This is a native class. It can not be subclassed.

Member Function Documentation

◆ new()

SEStretch Dragengine.Scenery.SEStretch.new ( )

Create synthesizer effect.

Reimplemented from Dragengine.Scenery.SynthesizerEffect.

◆ setMaxPitch()

void Dragengine.Scenery.SEStretch.setMaxPitch ( float  shift)

Set maximum pitch shift.

◆ setMaxTime()

void Dragengine.Scenery.SEStretch.setMaxTime ( float  stretch)

Set maximum time stretch.

◆ setMinPitch()

void Dragengine.Scenery.SEStretch.setMinPitch ( float  shift)

Set minimum pitch shift.

◆ setMinTime()

void Dragengine.Scenery.SEStretch.setMinTime ( float  stretch)

Set minimum time stretch.

◆ targetAddLink()

void Dragengine.Scenery.SEStretch.targetAddLink ( SEStretchTarget  target,
int  link 
)

Add link to target.

Exceptions
EInvalidParamtarget is not a valid value.

◆ targetRemoveAllLinks()

void Dragengine.Scenery.SEStretch.targetRemoveAllLinks ( SEStretchTarget  target)

Remove all links from target.

Exceptions
EInvalidParamtarget is not a valid value.

The documentation for this class was generated from the following file: