|
Drag[en]gine Script Module DragonScript 1.32.1
|
Synthesizer source group. More...
Public Member Functions | |
Constructors | |
| SSGroup | new () |
| Create animator source. | |
Management | |
| void | setApplicationType (SSGroupApplication applicationType) |
| Set application type. | |
| void | addSource (SynthesizerSource source) |
| Add source. | |
| void | removeSource (SynthesizerSource source) |
| Remove source. | |
| void | removeAllSources () |
| Remove all sources. | |
| void | targetAddLink (SSGroupTarget target, int link) |
| Add link to target. | |
| void | targetRemoveAllLinks (SSGroupTarget target) |
| Remove all links from target. | |
Public Member Functions inherited from Dragengine.Scenery.SynthesizerSource | |
| void | setEnabled (bool enabled) |
| Source is enabled. | |
| void | setMixMode (SynthesizerSourceMix mixMode) |
| Set if source is enabled. | |
| void | setBlendFactor (float factor) |
| Set mixing mode. | |
| void | setMinVolume (float volume) |
| Set minimum volume relative to speaker volume in the range from 0 to 1. | |
| void | setMaxVolume (float volume) |
| Set maximum volume relative to speaker volume in the range from 0 to 1. | |
| void | setMinPanning (float panning) |
| Set minimum panning in the range from -1(left) to 1(right). | |
| void | setMaxPanning (float panning) |
| Set maximum panning in the range from -1(left) to 1(right). | |
| void | addEffect (SynthesizerEffect effect) |
| Add effect. | |
| void | removeAllEffects () |
| Remove all effects. | |
Additional Inherited Members | |
Constructors |
Synthesizer source group.
This is a native class. It can not be subclassed.
| void Dragengine.Scenery.SSGroup.addSource | ( | SynthesizerSource | source | ) |
Add source.
| SSGroup Dragengine.Scenery.SSGroup.new | ( | ) |
Create animator source.
Reimplemented from Dragengine.Scenery.SynthesizerSource.
| void Dragengine.Scenery.SSGroup.removeAllSources | ( | ) |
Remove all sources.
| void Dragengine.Scenery.SSGroup.removeSource | ( | SynthesizerSource | source | ) |
Remove source.
| void Dragengine.Scenery.SSGroup.setApplicationType | ( | SSGroupApplication | applicationType | ) |
Set application type.
| EInvalidParam | applicationType is not a valid value. |
| void Dragengine.Scenery.SSGroup.targetAddLink | ( | SSGroupTarget | target, |
| int | link | ||
| ) |
Add link to target.
| EInvalidParam | target is not a valid value. |
| void Dragengine.Scenery.SSGroup.targetRemoveAllLinks | ( | SSGroupTarget | target | ) |
Remove all links from target.
| EInvalidParam | target is not a valid value. |