|
Drag[en]gine Script Module DragonScript 1.32.1
|
Definition of time and pitch stretch effect. More...
Public Member Functions | |
| SynthesizerEffect | buildEffect (Synthesizer synthesizer) |
| Build engine synthesizer effect using the stored definition. | |
| void | debug (Console console) |
| float | getMaxPitch () |
| Maxium pitch. | |
| float | getMaxTime () |
| Maxium time. | |
| float | getMinPitch () |
| Minimum pitch. | |
| float | getMinTime () |
| Minimum time. | |
| SDEffectStretch | new () |
| Create synthesizer effect definition. | |
| void | setMaxPitch (float pitch) |
| Set maximum pitch. | |
| void | setMaxTime (float time) |
| Set maximum time. | |
| void | setMinPitch (float pitch) |
| Set minimum pitch. | |
| void | setMinTime (float time) |
| Set minimum time. | |
Public Member Functions inherited from Dragengine.Audio.SynthesizerDefinition.SDEffect | |
| void | addTargetLink (SDSourceTargetLink targetLink) |
| Add target link. | |
| void | forEachTarget (Block ablock) |
| Visit targets with a block. | |
| float | getStrength () |
| Strength of effect. | |
| SDSourceTargetLink | getTargetLinkAt (int index) |
| Target link at index. | |
| int | getTargetLinkCount () |
| Number of target links. | |
| void | setEnabled (bool enabled) |
| Set if effect is enabled. | |
| void | setStrength (float strength) |
| Set strength of effect. | |
Additional Inherited Members | |
Protected Member Functions inherited from Dragengine.Audio.SynthesizerDefinition.SDEffect | |
| String | debugCommon (String type) |
Definition of time and pitch stretch effect.
Once defined a effect can be added to a source using the stored definition.
| SynthesizerEffect Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.buildEffect | ( | Synthesizer | synthesizer | ) |
Build engine synthesizer effect using the stored definition.
Reimplemented from Dragengine.Audio.SynthesizerDefinition.SDEffect.
| void Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.debug | ( | Console | console | ) |
Reimplemented from Dragengine.Audio.SynthesizerDefinition.SDEffect.
| float Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.getMaxPitch | ( | ) |
Maxium pitch.
| float Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.getMaxTime | ( | ) |
Maxium time.
| float Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.getMinPitch | ( | ) |
Minimum pitch.
| float Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.getMinTime | ( | ) |
Minimum time.
| SDEffectStretch Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.new | ( | ) |
Create synthesizer effect definition.
Reimplemented from Dragengine.Audio.SynthesizerDefinition.SDEffect.
| void Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.setMaxPitch | ( | float | pitch | ) |
Set maximum pitch.
| void Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.setMaxTime | ( | float | time | ) |
Set maximum time.
| void Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.setMinPitch | ( | float | pitch | ) |
Set minimum pitch.
| void Dragengine.Audio.SynthesizerDefinition.SDEffectStretch.setMinTime | ( | float | time | ) |
Set minimum time.