|
Drag[en]gine Script Module DragonScript 1.32.1
|
Synthesizer effect stretch time and pitch. More...
Public Member Functions | |
Constructors | |
| SEStretch | new () |
| Create synthesizer effect. | |
Management | |
| void | setMinTime (float stretch) |
| Set minimum time stretch. | |
| void | setMaxTime (float stretch) |
| Set maximum time stretch. | |
| void | setMinPitch (float shift) |
| Set minimum pitch shift. | |
| void | setMaxPitch (float shift) |
| Set maximum pitch shift. | |
| void | targetAddLink (SEStretchTarget target, int link) |
| Add link to target. | |
| void | targetRemoveAllLinks (SEStretchTarget target) |
| Remove all links from target. | |
Public Member Functions inherited from Dragengine.Scenery.SynthesizerEffect | |
| void | setEnabled (bool enabled) |
| Effect is enabled. | |
| void | setStrength (float strength) |
| Set effect strength. | |
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. |