Drag[en]gine Script Module DragonScript
1.23
|
Synthesizer effect stretch time and pitch. More...
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 |
Synthesizer effect stretch time and pitch.
This is a native class. It can not be subclassed.
SEStretch Dragengine.Scenery.SEStretch.new | ( | ) |
Create synthesizer effect.
Reimplemented from Dragengine.Scenery.SynthesizerEffect.
void Dragengine.Scenery.SEStretch.setMaxPitch | ( | float | shift | ) |
Set maximum pitch shift.
void Dragengine.Scenery.SEStretch.setMaxTime | ( | float | stretch | ) |
Set maximum time stretch.
void Dragengine.Scenery.SEStretch.setMinPitch | ( | float | shift | ) |
Set minimum pitch shift.
void Dragengine.Scenery.SEStretch.setMinTime | ( | float | stretch | ) |
Set minimum time stretch.
void Dragengine.Scenery.SEStretch.targetAddLink | ( | SEStretchTarget | target, |
int | link | ||
) |
Add link to target.
EInvalidParam | target is not a valid value. |
void Dragengine.Scenery.SEStretch.targetRemoveAllLinks | ( | SEStretchTarget | target | ) |
Remove all links from target.
EInvalidParam | target is not a valid value. |