|
Drag[en]gine Script Module DragonScript 1.32.1
|
Definition of synthesizer synthesizer source. More...
Public Member Functions | |
| SynthesizerSource | buildSource (Synthesizer synthesizer) |
| Build engine synthesizer source using the stored definition. | |
| void | debug (Console console) |
| int | getConnectionAt (int index) |
| Connection at index. | |
| int | getConnectionCount () |
| Number of connections. | |
| Synthesizer | getSynthesizer () |
| Synthesizer. | |
| SDSourceSynthesizer | new () |
| Create synthesizer source definition. | |
| void | setConnectionAt (int target, int controller) |
| Set connection at index. | |
| void | setConnectionCount (int count) |
| Set number of connections. | |
| void | setSynthesizer (Synthesizer synthesizer) |
| Set synthesizer definition. | |
Public Member Functions inherited from Dragengine.Audio.SynthesizerDefinition.SDSource | |
| void | addEffect (SDEffect effect) |
| Add effect. | |
| void | addTargetLink (SDSourceTargetLink targetLink) |
| Add target link. | |
| void | forEachEffect (Block ablock) |
| Visit effects using a block. | |
| void | forEachTarget (Block ablock) |
| Visit targets with a block. | |
| float | getBlendFactor () |
| Blend factor. | |
| SDEffect | getEffectAt (int index) |
| Effect at index. | |
| int | getEffectCount () |
| Number of effects. | |
| float | getMaxPanning () |
| Maximum panning. | |
| float | getMaxVolume () |
| Maximum volume. | |
| float | getMinPanning () |
| Minimum panning. | |
| float | getMinVolume () |
| Minimum volume. | |
| SynthesizerSourceMix | getMixMode () |
| Mix mode. | |
| String | getName () |
| Name of source. | |
| SDSourceTargetLink | getTargetLinkAt (int index) |
| Target link at index. | |
| int | getTargetLinkCount () |
| Number of target links. | |
| void | removeAllEffects () |
| Remove all effects. | |
| void | removeEffect (SDEffect effect) |
| Remove effect. | |
| void | setBlendFactor (float factor) |
| Set blend factor. | |
| void | setEnabled (bool enabled) |
| Set if source is enabled. | |
| void | setMaxPanning (float panning) |
| Set maximum panning. | |
| void | setMaxVolume (float volume) |
| Set maximum volume. | |
| void | setMinPanning (float panning) |
| Set minimum panning. | |
| void | setMinVolume (float volume) |
| Set minimum volume. | |
| void | setMixMode (SynthesizerSourceMix mode) |
| Set mix mode. | |
| void | setName (String name) |
| Set name of source. | |
Additional Inherited Members | |
Protected Member Functions inherited from Dragengine.Audio.SynthesizerDefinition.SDSource | |
| String | debugCommon (Console console, String type) |
Definition of synthesizer synthesizer source.
Once defined a source can be added to an synthesizer using the stored definition.
| SynthesizerSource Dragengine.Audio.SynthesizerDefinition.SDSourceSynthesizer.buildSource | ( | Synthesizer | synthesizer | ) |
Build engine synthesizer source using the stored definition.
| void Dragengine.Audio.SynthesizerDefinition.SDSourceSynthesizer.debug | ( | Console | console | ) |
Reimplemented from Dragengine.Audio.SynthesizerDefinition.SDSource.
| int Dragengine.Audio.SynthesizerDefinition.SDSourceSynthesizer.getConnectionAt | ( | int | index | ) |
Connection at index.
| int Dragengine.Audio.SynthesizerDefinition.SDSourceSynthesizer.getConnectionCount | ( | ) |
Number of connections.
| Synthesizer Dragengine.Audio.SynthesizerDefinition.SDSourceSynthesizer.getSynthesizer | ( | ) |
Synthesizer.
| SDSourceSynthesizer Dragengine.Audio.SynthesizerDefinition.SDSourceSynthesizer.new | ( | ) |
Create synthesizer source definition.
Reimplemented from Dragengine.Audio.SynthesizerDefinition.SDSource.
| void Dragengine.Audio.SynthesizerDefinition.SDSourceSynthesizer.setConnectionAt | ( | int | target, |
| int | controller | ||
| ) |
Set connection at index.
| void Dragengine.Audio.SynthesizerDefinition.SDSourceSynthesizer.setConnectionCount | ( | int | count | ) |
Set number of connections.
| void Dragengine.Audio.SynthesizerDefinition.SDSourceSynthesizer.setSynthesizer | ( | Synthesizer | synthesizer | ) |
Set synthesizer definition.